Open
Description
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-unicorn
.
There are 127(+ 1 deprecated) rules.
- 25/119 recommended rules are remaining as TODO
- 7/8 not recommended rules are remaining as TODO
To get started, run the following command:
just new-unicorn-rule <RULE_NAME>
Then register the rule in crates/oxc_linter/src/rules.rs
and also declare_all_lint_rules
at the bottom.
Recommended rules
✨: 94, 🚫: 0 / total: 119
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 1, 🚫: 0 / total: 8
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 1, 🚫: 0 / total: 1
Status | Name | Docs |
---|---|---|
✨ | unicorn/no-instanceof-array | https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v58.0.0/docs/deprecated-rules.md#no-instanceof-array |
✨ = Implemented, 🚫 = No need to implement