Skip to content

Commit d588277

Browse files
committed
update: .eslintrc.json with removing redundand section moved to config package
1 parent 9b5250b commit d588277

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.eslintrc.json

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
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

0 commit comments

Comments
 (0)