Skip to content

Commit

Permalink
feat: Disable no-unused-vars, TS handles it
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Jul 15, 2023
1 parent 2ef21bd commit d8f90c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ module.exports = {
"sort/type-properties": "warn",
"sort/string-enums": "warn",
"sort/string-unions": "warn",
"no-unused-vars": [
"error",
{
argsIgnorePattern: "^_",
varsIgnorePattern: "^_",
},
],
"no-unused-vars": "off",
"no-useless-rename": "warn",
"object-shorthand": "warn",
"sort/imports": [
Expand Down

0 comments on commit d8f90c3

Please sign in to comment.