Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 23a0b5f

Browse files
committed
Degrade ESLint no-unused-vars lint to warning
1 parent 90a99fa commit 23a0b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"plugins": ["@typescript-eslint"],
1919
"rules": {
2020
"@typescript-eslint/no-unused-vars": [
21-
"error",
21+
"warn",
2222
{
2323
"argsIgnorePattern": "^_"
2424
}

0 commit comments

Comments
 (0)