-
-
Notifications
You must be signed in to change notification settings - Fork 737
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 tracking issue for eslint-plugin-vitest.
There are 51(+ 1 deprecated) rules.
- 1/8 recommended rules are remaining as TODO
- 1 of which have pending fixes
- 9/43 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
✅: 7, 🚫: 0, ⏳: 1 / total: 8
✅ = Implemented, 🚫 = No need to implement, ⏳ = Fix pending
Not recommended rules
✅: 34, 🚫: 0, ⏳: 0 / total: 43
✅ = Implemented, 🚫 = No need to implement, ⏳ = Fix pending
Deprecated rules
✅: 0, 🚫: 1, ⏳: 0 / total: 1
| Status | Name |
|---|---|
| 🚫 | vitest/no-done-callback |
✅ = Implemented, 🚫 = No need to implement, ⏳ = Fix pending
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request