File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : [" @exabyte-io/eslint-config" ],
3- "overrides" : [
4- {
5- "files" : [
6- " *.ts" ,
7- " *.tsx"
8- ],
9- "extends" : [
10- " @exabyte-io/eslint-config" ,
11- " eslint:recommended" ,
12- " plugin:@typescript-eslint/eslint-recommended" ,
13- " plugin:@typescript-eslint/recommended" ,
14- // "plugin:@typescript-eslint/recommended-requiring-type-checking",
15- " plugin:import/typescript"
16- ],
17- "parser" : " @typescript-eslint/parser" ,
18- "rules" : {
19- "@typescript-eslint/ban-ts-comment" : " off" ,
20- "import/no-absolute-path" : " off" ,
21- "import/extensions" : " off" ,
22- "react/forbid-prop-types" : " off" ,
23- "react/jsx-filename-extension" : " off" ,
24- "react/require-default-props" : " off" ,
25- "no-use-before-define" : " off" ,
26- "no-shadow" : " off" ,
27- "one-var" : " off" ,
28- "max-classes-per-file" : " off" ,
29- "@typescript-eslint/no-use-before-define" : [" error" ]
30- },
31- "plugins" : [" @typescript-eslint" ]
32- }
33- ]
2+ "extends" : [" @exabyte-io/eslint-config" ]
343}
354
You can’t perform that action at this time.
0 commit comments