Skip to content

Commit

Permalink
remove rules that can get in the way
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Sep 28, 2024
1 parent b35e18e commit c3fbca5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export default [
{ languageOptions: { globals: globals.browser } },
{
rules: {
'prefer-const': ['error', { destructuring: 'all' }],
'prefer-template': 'error',
'array-callback-return': 'error',
'no-useless-assignment': 'error',
},
},
];

0 comments on commit c3fbca5

Please sign in to comment.