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
ignores
It'd be nice to be able to ignore specific deprecation warnings in no-deprecated-api (see #183)
ignore
no-deprecated-api
The core of the feature is already implemented in:
eslint-plugin-n/lib/rules/no-unsupported-features/node-builtins.js
Lines 41 to 52 in 85b7945
eslint-plugin-n/lib/util/check-unsupported-builtins.js
Lines 14 to 30 in 85b7945
Lines 99 to 103 in 85b7945
The text was updated successfully, but these errors were encountered:
@scagood The way this is presented would be a breaking change I guess as currently people don't pass the ignores?
Sorry, something went wrong.
I dont think this is a breaking change as:
[]
ignores = []
@scagood Oh my bad, I was reading it as "only the ones mentioned in this array will throw an error", but it's the other way around 😅🙈
scagood
No branches or pull requests
It'd be nice to be able to
ignore
specific deprecation warnings inno-deprecated-api
(see #183)The core of the feature is already implemented in:
eslint-plugin-n/lib/rules/no-unsupported-features/node-builtins.js
Lines 41 to 52 in 85b7945
eslint-plugin-n/lib/util/check-unsupported-builtins.js
Lines 14 to 30 in 85b7945
eslint-plugin-n/lib/util/check-unsupported-builtins.js
Lines 99 to 103 in 85b7945
The text was updated successfully, but these errors were encountered: