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
Warning
This comment is maintained by CI. Do not edit this comment directly. To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking issue for eslint-plugin-n.
eslint-plugin-n
There are 38(+ 2 deprecated) rules.
To get started, run the following command:
just new-n-rule <RULE_NAME>
Then register the rule in crates/oxc_linter/src/rules.rs and also declare_all_lint_rules at the bottom.
crates/oxc_linter/src/rules.rs
declare_all_lint_rules
✨ = Implemented, 🚫 = No need to implement
The text was updated successfully, but these errors were encountered:
feat(tasks): add eslint-plugin-n rulegen (#2272)
2ceba79
related: #493 Support generate rules from [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n).
feat(tasks): add eslint-plugin-n rulegen (oxc-project#2272)
4039d12
related: oxc-project#493 Support generate rules from [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n).
No branches or pull requests
Warning
This comment is maintained by CI. Do not edit this comment directly.
To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking issue for
eslint-plugin-n
.There are 38(+ 2 deprecated) rules.
To get started, run the following command:
Then register the rule in
crates/oxc_linter/src/rules.rs
and alsodeclare_all_lint_rules
at the bottom.Recommended rules
✨: 1, 🚫: 0 / total: 14
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 1, 🚫: 0 / total: 24
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 0, 🚫: 0 / total: 2
✨ = Implemented, 🚫 = No need to implement
The text was updated successfully, but these errors were encountered: