-
-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
☂️ eslint-plugin-vitest #4656
Comments
Does |
We need to map jest to vitest rules in tasks/lint_rules, they have the same implementation. |
|
Add this is welcome. |
Related to #4656 --------- Co-authored-by: Don Isaac <donald.isaac@gmail.com>
Rules Implemented but Not Listed in the TableSome rules are already implemented as part of the Vitest-compatible Jest plugin but not marked in the table. oxc/crates/oxc_linter/src/utils/mod.rs Line 21 in 97c8a36
(thanks to DonIsaac for pointing this out.) |
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.
To get started, run the following command:
Then register the rule in
crates/oxc_linter/src/rules.rs
and alsodeclare_all_lint_rules
at the bottom.Recommended rules
✨: 7, 🚫: 0 / total: 8
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 13, 🚫: 0 / total: 43
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 0, 🚫: 0 / total: 1
✨ = Implemented, 🚫 = No need to implement
The text was updated successfully, but these errors were encountered: