Skip to content

Commit 1080c4b

Browse files
committed
improve eslintrc
1 parent 65df140 commit 1080c4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "@dowdiness",
33
"rules": {
4-
"@typescript-eslint/member-delimiter-style": "off"
4+
"@typescript-eslint/member-delimiter-style": "off",
5+
"no-unused-vars": "off",
6+
"@typescript-eslint/no-unused-vars": ["warning", { "vars": "all", "varsIgnorePattern": "^_", "argsIgnorePattern": "^_"}],
7+
"@typescript-eslint/no-non-null-assertion": "off"
58
}
69
}

0 commit comments

Comments
 (0)