-
-
Notifications
You must be signed in to change notification settings - Fork 777
Open
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request
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 the tracking issue for @vitest/eslint-plugin.
There are 79(+ 1 deprecated) rules.
- 3/17 recommended rules are remaining as TODO
- 1 of which have pending fixes
- 20/62 not recommended rules are remaining as TODO
To get started, run the following command:
just new-vitest-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
✅: 14, 🚫: 0, ⏳: 1 / total: 17
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Not recommended rules
✅: 41, 🚫: 1, ⏳: 0 / total: 62
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Deprecated rules
✅: 0, 🚫: 1, ⏳: 0 / total: 1
| Status | Name | Rationale |
|---|---|---|
| 🚫 | vitest/no-done-callback | Deprecated in eslint-plugin-vitest. |
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request