Skip to content

Commit

Permalink
feat(linter): eslint-plugin-jest/consistent-test-it (#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 authored Jul 6, 2024
1 parent aa585d3 commit 1681b11
Show file tree
Hide file tree
Showing 7 changed files with 1,391 additions and 2 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ mod typescript {
}

mod jest {
pub mod consistent_test_it;
pub mod expect_expect;
pub mod max_expects;
pub mod max_nested_describe;
Expand Down Expand Up @@ -555,6 +556,7 @@ oxc_macros::declare_all_lint_rules! {
typescript::no_non_null_assertion,
typescript::no_non_null_asserted_nullish_coalescing,
typescript::no_dynamic_delete,
jest::consistent_test_it,
jest::expect_expect,
jest::max_expects,
jest::max_nested_describe,
Expand Down
Loading

0 comments on commit 1681b11

Please sign in to comment.