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
n/no-unsupported-features/node-builtins
Setting "n/no-unsupported-features/node-builtins": "off" gets ignored. Probably also applies to all n/no-unsupported-features/*.
"n/no-unsupported-features/node-builtins": "off"
n/no-unsupported-features/*
See https://github.com/melusc/xo-bug-n-no-supported-features for a minimal reproducible example. You can see in https://github.com/melusc/xo-bug-n-no-supported-features/blob/main/resulting-config.json (generated with --print-config) that it is still enabled, and running npx xo still gives that error.
--print-config
npx xo
The text was updated successfully, but these errors were encountered:
duplicate of #598, sorry
Sorry, something went wrong.
No branches or pull requests
Setting
"n/no-unsupported-features/node-builtins": "off"
gets ignored. Probably also applies to alln/no-unsupported-features/*
.See https://github.com/melusc/xo-bug-n-no-supported-features for a minimal reproducible example. You can see in https://github.com/melusc/xo-bug-n-no-supported-features/blob/main/resulting-config.json (generated with
--print-config
) that it is still enabled, and runningnpx xo
still gives that error.The text was updated successfully, but these errors were encountered: