Skip to content

Commit

Permalink
remove unused rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Jan 3, 2024
1 parent 96e4264 commit c007d46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,13 @@ module.exports = {
{
files: ["*.js"],
rules: {
"@typescript-eslint/no-empty-function": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-this-alias": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-argument": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-assignment": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-call": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-member-access": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-return": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-use-before-define": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/no-var-requires": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/prefer-regexp-exec": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/restrict-plus-operands": "warn", // TODO(bkendall): remove allow to error.
"@typescript-eslint/unbound-method": "warn", // TODO(bkendall): remove allow to error.
},
},
Expand Down

0 comments on commit c007d46

Please sign in to comment.