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
'use strict' produces: Using expressions to cause side-effects not allowed. eslint(functional/no-expression-statement)
Using expressions to cause side-effects not allowed. eslint(functional/no-expression-statement)
This technically has side-effects but might be worth an exception to the rule, by default.
The text was updated successfully, but these errors were encountered:
feat(no-expression-statement): allow specifying directive prologues
5e4bf34
fix #68
fix(no-expression-statement): allow specifying directive prologues
67c5460
dfe8bb3
Successfully merging a pull request may close this issue.
'use strict' produces:
Using expressions to cause side-effects not allowed. eslint(functional/no-expression-statement)
This technically has side-effects but might be worth an exception to the rule, by default.
The text was updated successfully, but these errors were encountered: