Skip to content

Commit

Permalink
eslint-rule-no_unused_vars (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh authored Nov 17, 2024
1 parent 15513f5 commit 3ea2919
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 3ea2919

Please sign in to comment.