Tech stack: Vuejs + Nestjs IDE: WebStorm
When using WebStorm, the ESLint language service fails with the default .eslintrc.json files created by the Nx.dev repo manager. As soon as I remove the ignorePatterns
from the config, WebStorm is happy.
I will admit that I do not know enough about eslint config files and I am curious about what negative side effects deleting the
"ignorePatterns": ["!**/*"],
from the nested .eslintrc.json files will cause.
Are there any other ways to fix this? It is annoying to have to go modify every config file in a subfolder.
This is the error that shows for every .ts file I view.