Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Sep 13, 2024
1 parent 67ef1eb commit 0a1b4ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ module.exports = {
sourceType: 'module',
impliedStrict: true,
},
plugins: [
'@typescript-eslint',
'react',
'import',
// Not strictly needed but fixes un-used imports via --fix
'unused-imports',
],
plugins: ['@typescript-eslint', 'react', 'import'],
rules: {
'import/order': 'error',
'no-unused-vars': 'off',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"eslint": "7.17.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"polished": "^4.2.2",
"react": "18",
"react-dom": "18",
Expand Down

0 comments on commit 0a1b4ed

Please sign in to comment.