Lint errors prevent TypeScript compilation #10237
Unanswered
brunoparga
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Linter fixes are applied to source, you could look at the source directly
This sounds like an XY problem, why do you need to run the app to see the lint fixes? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have recently switched my eslint config to a more strict set of rules. I want to see if the linter fix I'm applying to one component works, but I cannot since lint errors prevent TypeScript from compiling my app. How do I disable this so I can see my page in the browser?
I use react-scripts v4.0.1, eslint v7.14.0 and this issue is present with both TS 3.9.7 and 4.1.2.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions