Skip to content

Commit

Permalink
wip: save
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Oct 7, 2023
1 parent 5045853 commit d03aedd
Show file tree
Hide file tree
Showing 2 changed files with 860 additions and 0 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 @@ -118,6 +118,7 @@ mod jest {
pub mod no_test_prefixes;
pub mod valid_describe_callback;
pub mod valid_expect;
pub mod valid_title;
}

mod unicorn {
Expand Down Expand Up @@ -222,6 +223,7 @@ oxc_macros::declare_all_lint_rules! {
jest::no_mocks_import,
jest::no_export,
jest::no_standalone_expect,
jest::valid_title,
unicorn::no_instanceof_array,
unicorn::no_unnecessary_await,
unicorn::no_thenable,
Expand Down
Loading

0 comments on commit d03aedd

Please sign in to comment.