Skip to content

Commit

Permalink
fix: remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jul 9, 2023
1 parent d5bf6e6 commit 3c1cfcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 486 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/strict',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'react', 'react-hooks', 'jsx-a11y', 'import'],
plugins: ['@typescript-eslint', 'import'],
root: true,
parserOptions: {
ecmaVersion: 2018,
Expand Down
Loading

0 comments on commit 3c1cfcd

Please sign in to comment.