Skip to content

Commit f536736

Browse files
committed
Remove unnecessary params from eslint config
1 parent ba4abdd commit f536736

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.eslintrc.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"root": true,
3-
"parser": "@typescript-eslint/parser",
43
"parserOptions": {
54
"project": "./tsconfig.eslint.json"
65
},
7-
"settings": {
8-
"import/resolver": {
9-
"typescript": {}
10-
}
11-
},
126
"extends": [
137
"@octetstream/eslint-config/esm/typescript/react"
148
],
159
"rules": {
16-
// These two rules are false-positive and have no solution for TS
1710
"no-redeclare": 0,
1811
"no-dupe-class-members": 0,
1912
"lines-between-class-members": 0

0 commit comments

Comments
 (0)