Skip to content

Commit

Permalink
Adding the no-unused-var check for cleaner coding practices (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyash878 authored Nov 23, 2024
1 parent ea145f2 commit ff25183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"import/no-duplicates": "error",
"tsdoc/syntax": "error",
"@typescript-eslint/ban-ts-comment": "error",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
Expand Down

0 comments on commit ff25183

Please sign in to comment.