mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
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:
parent
997cd3687e
commit
b5d3066116
@ -3,8 +3,7 @@ module.exports = {
|
||||
root: true,
|
||||
extends: [
|
||||
'react-app',
|
||||
'plugin:ghost/browser',
|
||||
'plugin:react/recommended'
|
||||
'plugin:ghost/browser'
|
||||
],
|
||||
plugins: [
|
||||
'ghost',
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user