Extending react-app
eslint config in non-typescript app
#10502
Labels
Milestone
react-app
eslint config in non-typescript app
#10502
Describe the bug
I'm trying the
DISABLE_ESLINT_PLUGIN
flag added to react-scripts inv4.0.2
. In.eslintrc.js
:This gives me
I'm on a non-typescript project. Do I still have to configure it as if it was a typescript project if I want to use the
react-app
ruleset? This is what the readme of https://www.npmjs.com/package/eslint-config-react-app indicates as well, but it would be great to be able to use it without all of these dependencies. Especially when using create-react-app.Environment
The text was updated successfully, but these errors were encountered: