We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6988416 commit dfff750Copy full SHA for dfff750
.eslintrc.json
@@ -13,7 +13,7 @@
13
"@typescript-eslint/semi": "warn",
14
"@typescript-eslint/consistent-type-imports": "error",
15
"@typescript-eslint/no-unused-vars": [
16
- "error",
+ "warn",
17
{ "argsIgnorePattern": "^_" }
18
],
19
"@typescript-eslint/no-floating-promises": "error",
0 commit comments