-
-
Notifications
You must be signed in to change notification settings - Fork 664
Open
Labels
A-linterArea - LinterArea - LinterE-Help WantedExperience level - For the experienced collaboratorsExperience level - For the experienced collaboratorsgood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
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 138(+ 3 deprecated) rules.
- 24/129 recommended rules are remaining as TODO
- 8/9 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
✨: 104, 🚫: 1 / total: 129
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 1, 🚫: 0 / total: 9
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 2, 🚫: 0 / total: 3
Status | Name | Docs |
---|---|---|
✨ | unicorn/no-instanceof-array | https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v61.0.2/docs/deprecated-rules.md#no-instanceof-array |
✨ | unicorn/no-length-as-slice-end | https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v61.0.2/docs/deprecated-rules.md#no-length-as-slice-end |
unicorn/no-array-push-push | https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v61.0.2/docs/deprecated-rules.md#no-array-push-push |
✨ = Implemented, 🚫 = No need to implement
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterE-Help WantedExperience level - For the experienced collaboratorsExperience level - For the experienced collaboratorsgood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers