We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65df140 commit 1080c4bCopy full SHA for 1080c4b
.eslintrc
@@ -1,6 +1,9 @@
1
{
2
"extends": "@dowdiness",
3
"rules": {
4
- "@typescript-eslint/member-delimiter-style": "off"
+ "@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"
8
}
9
0 commit comments