You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eslint-plugin-react conflicts with CRA base eslint config
Steps to reproduce
Create a react-app
Setup Eslint and extend eslint-plugin-react
Removed the default Eslint config in package.json
yarn build
Failed to compile.
Plugin "react" was conflicted between "./.eslintrc" and "BaseConfig » /Users/xxxx/xxx/project/web/node_modules/eslint-config-react-app/base.js".
Did you try recovering your dependencies?
I have tried to reinstall dependency and start a fresh react-app project
Describe the bug
eslint-plugin-react
conflicts with CRA base eslint configSteps to reproduce
eslint-plugin-react
package.json
yarn build
Did you try recovering your dependencies?
I have tried to reinstall dependency and start a fresh react-app project
Environment
The text was updated successfully, but these errors were encountered: