Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion crates/oxc_linter/data/vitest_compatible_jest_rules.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"consistent-test-it",
"expect-expect",
"max-expects",
"max-nested-describe",
Expand Down
5 changes: 5 additions & 0 deletions crates/oxc_linter/src/generated/rule_runner_impls.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion crates/oxc_linter/src/generated/rules_enum.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ pub(crate) mod promise {
pub(crate) mod vitest {
pub mod consistent_each_for;
pub mod consistent_test_filename;
pub mod consistent_test_it;
pub mod consistent_vitest_vi;
pub mod hoisted_apis_on_top;
pub mod no_conditional_tests;
Expand Down Expand Up @@ -751,6 +752,7 @@ pub(crate) mod vue {
}

pub(crate) mod shared {
pub mod consistent_test_it;
pub mod valid_title;
}

Expand Down
Loading
Loading