Skip to content

Commit

Permalink
Remove duplicate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Else committed Sep 4, 2020
1 parent 88155fd commit ce804da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
extends: ["plugin:@typescript-eslint/recommended"],
rules: {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-empty-function": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand Down

0 comments on commit ce804da

Please sign in to comment.