Skip to content

Commit 54ef7fc

Browse files
committed
Remove overrides rules from ESLint
1 parent 2db794a commit 54ef7fc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.eslintrc.json

-13
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
"eslint:recommended",
88
"plugin:@typescript-eslint/recommended"
99
],
10-
"overrides": [
11-
{
12-
"env": {
13-
"node": true
14-
},
15-
"files": [
16-
".eslintrc.{js,cjs}"
17-
],
18-
"parserOptions": {
19-
"sourceType": "script"
20-
}
21-
}
22-
],
2310
"parser": "@typescript-eslint/parser",
2411
"parserOptions": {
2512
"ecmaVersion": "latest",

0 commit comments

Comments
 (0)