Skip to content

Commit bf8fce9

Browse files
committed
Enforce error in eslint unused vars rule
Signed-off-by: Shubham Sharma <[email protected]>
1 parent 18e46fe commit bf8fce9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rules": {
1717
"@typescript-eslint/ban-ts-comment": "off",
1818
"@typescript-eslint/no-explicit-any": "off",
19-
"@typescript-eslint/no-unused-vars": ["warn", {
19+
"@typescript-eslint/no-unused-vars": ["error", {
2020
"varsIgnorePattern": "^_",
2121
"argsIgnorePattern": "^_"
2222
}]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)