Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 926 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 typescript {
pub mod no_unsafe_declaration_merging;
pub mod no_var_requires;
pub mod prefer_as_const;
pub mod prefer_function_type;
pub mod triple_slash_reference;
}

Expand Down Expand Up @@ -414,6 +415,7 @@ oxc_macros::declare_all_lint_rules! {
typescript::no_unsafe_declaration_merging,
typescript::no_var_requires,
typescript::prefer_as_const,
typescript::prefer_function_type,
typescript::triple_slash_reference,
jest::expect_expect,
jest::max_expects,
Expand Down
Loading

0 comments on commit 6bb9c95

Please sign in to comment.