-
-
Notifications
You must be signed in to change notification settings - Fork 634
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
- 11/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 / total: 8
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 32, 🚫: 0 / total: 43
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 0, 🚫: 0 / total: 1
Status | Name | Docs |
---|---|---|
vitest/no-done-callback | https://github.com/veritem/eslint-plugin-vitest/blob/main/docs/rules/no-done-callback.md |
✨ = Implemented, 🚫 = No need to implement
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request