eslintcache not updated after fixing linting issues #10383
Unanswered
NicolasRannou
asked this question in
Q&A
Replies: 1 comment
-
Also maybe there is some time out / compilation issue but I have no clue how we can log more information with 'yarn start'. |
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,
I recently migrated an old version of my project to CRA4.
Somehow
eslint
doesn't work as expected when I open the project withyarn start
.I am using Typescript.
1*
yarn start
2* Add a linting error
3* Save
4* Auto-reload recompiles the app but not warning appears in the dev console where VS Studio picked up the issue.
I can not share the source code unfortunately but I'm wondering if somehow the
eslintcache
can not be overwritten.If after saving the source code I stop the dev server then remove
.eslintcache
the error is well displayed next time I restart the dev server. After fixing the error and auto-reload the 'dev server' doesn't pick up that the error was fixed.package.json
TSConfig
TSConfig base
Beta Was this translation helpful? Give feedback.
All reactions