its driving me insane. any eslint error is just filling the entire screen with an overlay making it impossible to do anything when i have any small eslint errors.
i can find countless thread of people with the same problems, but no good solution exists. i dont get why this is default behavior.
https://stackoverflow.com/questions/64657876/eslint-error-causing-create-react-app-failed-to-compile
https://stackoverflow.com/questions/64968501/allow-create-react-app-to-compile-with-eslint-errors
and some github issues
https://github.com/facebook/create-react-app/issues/10021
https://github.com/facebook/create-react-app/issues/9887
nothing works. any errors breaks the entire build. its not feasible to work like this. it should still be possible to view your project when you have eslint errors.
does anyone know what can be done?
edit:
perhaps its also TS errors that cause it. but i assume these are treated as eslint errors.
i tried using https://github.com/bfanger/eslint-plugin-only-warn to make all errors to warnings, but they are still errors.
submitted by /u/Gaia_Knight2600
[link] [comments]