Refactor
This commit is contained in:
24
dist/index.d.ts
vendored
24
dist/index.d.ts
vendored
@ -1,7 +1,17 @@
|
||||
import type { ESLintConfig } from 'eslint-define-config';
|
||||
declare module 'eslint-define-config/src/rules/react/no-unknown-property.d.ts' {
|
||||
interface NoUnknownPropertyOption {
|
||||
extends: ('next' | 'emotion')[];
|
||||
}
|
||||
}
|
||||
export declare function extendConfig({ plugins, settings, rules, extends: _extends, overrides, ...rest }?: ESLintConfig): ESLintConfig;
|
||||
// Generated by dts-bundle-generator v8.0.1
|
||||
|
||||
import { ESLintConfig } from 'eslint-define-config';
|
||||
|
||||
export declare const error = 'error';
|
||||
export declare const warn = 'warn';
|
||||
export declare const off = 'off';
|
||||
export declare function extendConfig({
|
||||
plugins,
|
||||
settings,
|
||||
rules,
|
||||
extends: _extends,
|
||||
overrides,
|
||||
...rest
|
||||
}?: ESLintConfig): ESLintConfig;
|
||||
|
||||
export {};
|
||||
|
Reference in New Issue
Block a user