File tree Expand file tree Collapse file tree 3 files changed +27
-42
lines changed Expand file tree Collapse file tree 3 files changed +27
-42
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
Original file line number Diff line number Diff line change 8686 },
8787 "devDependencies" : {
8888 "@babel/preset-typescript" : " ^7.22.5" ,
89- "@exabyte-io/eslint-config" : " ^2022.11.17-0 " ,
89+ "@exabyte-io/eslint-config" : " ^2023.8.29-1 " ,
9090 "@typescript-eslint/eslint-plugin" : " ^5.56.0" ,
9191 "@typescript-eslint/parser" : " ^5.56.0" ,
9292 "chai" : " ^4.3.4" ,
9696 "eslint-plugin-import" : " 2.25.3" ,
9797 "eslint-plugin-jsdoc" : " 37.1.0" ,
9898 "eslint-plugin-jsx-a11y" : " 6.5.1" ,
99+ "eslint-plugin-mui-path-imports" : " 0.0.15" ,
99100 "eslint-plugin-prettier" : " ^4.2.1" ,
100101 "eslint-plugin-react" : " 7.30.0" ,
101102 "eslint-plugin-simple-import-sort" : " 7.0.0" ,
You can’t perform that action at this time.
0 commit comments