We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The .eslintrc.json that is placed in the web folder extends the core eslint file.
.eslintrc.json
But I have a problem in PHPStorm that even if I have installed the node modules in core I get errors in all JS-files of missing packages.
core
It seems like EsLint finds the core config, but not the core node_modules. How do you solve that? I'm guessing it's included to make things easier.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
.eslintrc.json
that is placed in the web folder extends the core eslint file.But I have a problem in PHPStorm that even if I have installed the node modules in
core
I get errors in all JS-files of missing packages.It seems like EsLint finds the core config, but not the core node_modules. How do you solve that? I'm guessing it's included to make things easier.
The text was updated successfully, but these errors were encountered: