Skip to content

Commit dfff750

Browse files
committed
Improve lint rules
1 parent 6988416 commit dfff750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@typescript-eslint/semi": "warn",
1414
"@typescript-eslint/consistent-type-imports": "error",
1515
"@typescript-eslint/no-unused-vars": [
16-
"error",
16+
"warn",
1717
{ "argsIgnorePattern": "^_" }
1818
],
1919
"@typescript-eslint/no-floating-promises": "error",

0 commit comments

Comments
 (0)