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

Commit 7824e34

Browse files
committed
Degrade ESLint no-unused-vars lint to warning
1 parent 96b7528 commit 7824e34

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)