-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Cannot disable eslint-plugin-node
and eslint-plugin-n
rules
#613
Labels
Comments
I experienced the same issue which is what prompted #625, also from using |
fregante
changed the title
Cannot disable node/no-unsupported-features/es-syntax
Cannot disable Aug 6, 2022
eslint-plugin-node
and eslint-plugin-n
rules
This was fixed by #761 in v0.59.1 |
This was referenced Jul 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding
"node/no-unsupported-features/es-syntax": "off"
to the rules section do not disable all related errors.This is particularly problematic for me since there's a false positive due to dynamic
import()
(issue: mysticatea/eslint-plugin-node#250) and I cannot find a way to turn off the error.Is there something I missed?
The text was updated successfully, but these errors were encountered: