Skip to content

Commit

Permalink
🔧 eslint: remove unnecessary rule exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 23, 2023
1 parent 15754bd commit c787051
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 @@ -8,8 +8,6 @@ module.exports = {
],
rules: {
'no-plusplus': 'off',
'prefer-const': 'off',
'import/prefer-default-export': 'off',
'eslint-comments/no-unused-disable': 'error',
},
overrides: [
Expand Down

0 comments on commit c787051

Please sign in to comment.