Skip to content

Commit

Permalink
feat: add typescript-eslint rule array-type (oxc-project#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 authored and IWANABETHATGUY committed May 29, 2024
1 parent c2dced6 commit 5d2922f
Show file tree
Hide file tree
Showing 3 changed files with 2,219 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 @@ -100,6 +100,7 @@ mod eslint {

mod typescript {
pub mod adjacent_overload_signatures;
pub mod array_type;
pub mod ban_ts_comment;
pub mod ban_types;
pub mod no_duplicate_enum_values;
Expand Down Expand Up @@ -389,6 +390,7 @@ oxc_macros::declare_all_lint_rules! {
eslint::use_isnan,
eslint::valid_typeof,
typescript::adjacent_overload_signatures,
typescript::array_type,
typescript::ban_ts_comment,
typescript::ban_types,
typescript::no_duplicate_enum_values,
Expand Down
Loading

0 comments on commit 5d2922f

Please sign in to comment.