Skip to content

Commit a6159e0

Browse files
author
Jerry Bruwes
committed
modified: .eslintrc.json
1 parent 00833ac commit a6159e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"project": "./tsconfig.json"
66
},
77
"extends": [
8-
"airbnb-base",
9-
"airbnb-typescript/base",
8+
"eslint:recommended",
109
"plugin:@typescript-eslint/strict-type-checked",
1110
"plugin:@typescript-eslint/stylistic-type-checked",
1211
"plugin:perfectionist/recommended-natural-legacy",
@@ -20,6 +19,8 @@
2019
{
2120
"endOfLine": "auto"
2221
}
23-
]
22+
],
23+
"no-unused-vars": "off",
24+
"@typescript-eslint/no-unused-vars": "error"
2425
}
2526
}

0 commit comments

Comments
 (0)