Disable eslint cache ? #10218
Unanswered
MatthieuCoelho
asked this question in
Q&A
Replies: 1 comment
-
Hi. I would second that question. We have problems with already solved issues still remaining in the output of eslint. It seems to us that the problem is related to eslint-typescript (probably because of need to access types from other files for proper checks). Because deleting I have tried to configure eslint in CRA using "eslintConfig.settings" in
It seems to me like this is working - but I might be wrong. What should be correct approach to fix stale |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to disable eslint cache without eject ? It seems like eslint command line paratemers arn't exposed.
The cache seems to create errors : #10146
Beta Was this translation helpful? Give feedback.
All reactions