Skip to content

Commit 07ad7b4

Browse files
committed
Improve eslint rules
1 parent 5f54b76 commit 07ad7b4

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.eslintrc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"root": true,
3-
"parser": "@typescript-eslint/parser",
4-
"plugins": [
5-
"@typescript-eslint"
6-
],
7-
"extends": [
8-
"eslint:recommended",
3+
"parser": "@typescript-eslint/parser",
4+
"plugins": [
5+
"@typescript-eslint"
6+
],
7+
"extends": [
8+
"eslint:recommended",
99
"plugin:@typescript-eslint/eslint-recommended",
1010
"plugin:@typescript-eslint/recommended"
11-
],
12-
"rules": {
13-
"@typescript-eslint/interface-name-prefix": 0
14-
}
11+
]
1512
}

0 commit comments

Comments
 (0)