Removed eslint-plugin-react dependency from signup-form

refs 997cd3687e

- the `eslint-config-react-app` dependency already covers all necessary rules from `eslint-plugin-react`
  and using it separately causes conflicts across projects in eslint config
- thanks for the commit message @rishabhgrg :)
This commit is contained in:
Daniel Lockyer 2023-06-16 11:52:16 +02:00
parent 997cd3687e
commit b5d3066116
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,7 @@ module.exports = {
root: true,
extends: [
'react-app',
'plugin:ghost/browser',
'plugin:react/recommended'
'plugin:ghost/browser'
],
plugins: [
'ghost',

View File

@ -59,7 +59,6 @@
"eslint": "8.38.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-ghost": "3.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.3.4",
"eslint-plugin-tailwindcss": "3.11.0",