File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,6 @@ declare module 'eslint-plugin-react-hooks' {
32
32
export const rules : Record < string , Rule . RuleModule > ;
33
33
}
34
34
35
- declare module 'eslint-plugin-react' {
36
- import type { TSESLint } from '@typescript-eslint/utils' ;
37
- import type { Rule } from 'eslint' ;
38
-
39
-
40
- type ClassicConfig = Required < Pick < TSESLint . ClassicConfig . Config , 'parserOptions' | 'plugins' | 'rules' > > ;
41
- type FlatConfig = Required < Pick < TSESLint . FlatConfig . Config , 'languageOptions' | 'plugins' | 'rules' > > ;
42
-
43
- const plugin : {
44
- configs : Record < 'all' | 'recommended' | 'jsx-runtime' , ClassicConfig > & { flat : Record < 'all' | 'recommended' | 'jsx-runtime' , FlatConfig > } ;
45
- rules : Record < string , Rule . RuleModule > ;
46
- } ;
47
-
48
- export default plugin ;
49
- }
50
-
51
35
declare module 'eslint-plugin-jsx-a11y' {
52
36
import type { TSESLint } from '@typescript-eslint/utils' ;
53
37
import type { Rule } from 'eslint' ;
You can’t perform that action at this time.
0 commit comments