Skip to content

Commit

Permalink
remove react plugin for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibon eskudero committed Jun 10, 2024
1 parent e14c3c3 commit 7189c80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import globals from 'globals';
import js from '@eslint/js';
import imprt from 'eslint-plugin-import';
import react from 'eslint-plugin-react';
import babelParser from '@babel/eslint-parser';

export default [
Expand Down Expand Up @@ -33,10 +31,6 @@ export default [
}
}
},
plugins : {
import: imprt,
react: react
},
rules: {
'indent': [ 'error', 'tab' ],
'linebreak-style': [ 'error', 'windows' ],
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,10 @@
"globals":"15.4.0",
"eslint": "9.4.0",
"eslint-config-recommended": "4.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.0",
"@babel/eslint-parser": "7.24.7",
"@babel/preset-react": "7.24.7",
"lil-gui": "0.19.2"
Expand Down

0 comments on commit 7189c80

Please sign in to comment.