react-scripts: ESLint blocking build after upgrade to v4 #10608
Unanswered
EricKulchycki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I've recently been trying to undergo the process of upgrading react-scripts to version 4. My issue is that my team has recently implemented a proper eslint config within the last month (we were doing something wrong and basically only prettier was formatting our code), so now we have many linter errors within our project. Previously the errors would not show up in the dev server or build unless they appeared in files we've recently modified (on a given branch).
Basically my question is if it is possible for me upgrade, but revert the behaviour of the build to only error on files we've recently modified? Basically I'm trying to avoid having to go through and unnecessarily modify every file that hasn't been touched in the last month if I don't need to.
EDIT: Very sorry I did not see this discussion. If anyone has any suggestions in the meantime though much appreciated. #10344
Beta Was this translation helpful? Give feedback.
All reactions