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
"global-strict": [2, "always"], is deprecated and causes an error.
"global-strict": [2, "always"],
Replace that with the following to fix:
"parserOptions": { "ecmaFeatures": { "impliedStrict": true } },
Please update where appropriate.
~Rob
The text was updated successfully, but these errors were encountered:
I guess the template is where this matters most
generator-luke-common/templates/core/_eslintrc
Line 7 in 921828a
but the project is also plagued..
generator-luke-common/.eslintrc
Line 6 in 921828a
Thanks.
Sorry, something went wrong.
No branches or pull requests
"global-strict": [2, "always"],
is deprecated and causes an error.Replace that with the following to fix:
Please update where appropriate.
~Rob
The text was updated successfully, but these errors were encountered: