Skip to content

Commit 1e1a8cb

Browse files
Merge pull request #204 from shubham1172/shubham1172/enforce-linting
Update Eslint configuration to enforce error for unused vars rule
2 parents 89280d4 + bf8fce9 commit 1e1a8cb

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
@@ -17,7 +17,7 @@
1717
"rules": {
1818
"@typescript-eslint/ban-ts-comment": "off",
1919
"@typescript-eslint/no-explicit-any": "off",
20-
"@typescript-eslint/no-unused-vars": ["warn", {
20+
"@typescript-eslint/no-unused-vars": ["error", {
2121
"varsIgnorePattern": "^_",
2222
"argsIgnorePattern": "^_"
2323
}],

0 commit comments

Comments
 (0)