-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep having to rm node_modules/.cache/.eslintcache #11429
Comments
Having the same issue from time to time... |
It's quite annoying, sometimes I just add a space somewhere in a string, save and it works, then undo the dummy change sometimes it's more broken and have to do the |
Is there a way to disable this kind of cache? |
Somewhat frequently, I save and have some eslint errors, I fix them, save again, but it's still showing the eslint errors in browser and in console
restarting the dev server (
react-scripts start
) won't helpI have to delete eslint cache running
rm node_modules/.cache/.eslintcache
and restart the server to get it working againconfig:
using sublime text and ESLint Formatter package to format on save using eslint_d if that matters, but I remember having that with vscode and the standard LSP formatter
The text was updated successfully, but these errors were encountered: