Skip to content

Commit

Permalink
remove duplicated eslint rules (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
czikarito committed Dec 10, 2020
1 parent 9d9390c commit 9fbf466
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 @@ -27,9 +27,7 @@ module.exports = {

// the TypeScript compiler already takes care of this and
// leaving it enabled results in false positives for interface imports
'no-dupe-class-members': 'off',
'no-unused-vars': 'off',
'no-undef': 'off',
},
},
],
Expand Down

0 comments on commit 9fbf466

Please sign in to comment.