Update
This commit is contained in:
5
dist/index.d.ts
vendored
5
dist/index.d.ts
vendored
@ -1,2 +1,7 @@
|
||||
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, ...rest }: ESLintConfig): ESLintConfig;
|
||||
|
Reference in New Issue
Block a user