Skip to content

Commit

Permalink
chore(linter): remove type info rule consistent-type-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 25, 2024
1 parent c18619e commit ed87cbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 172 deletions.
2 changes: 0 additions & 2 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ mod typescript {
pub mod adjacent_overload_signatures;
pub mod ban_ts_comment;
pub mod ban_types;
pub mod consistent_type_exports;
pub mod no_duplicate_enum_values;
pub mod no_empty_interface;
pub mod no_explicit_any;
Expand Down Expand Up @@ -388,7 +387,6 @@ oxc_macros::declare_all_lint_rules! {
typescript::adjacent_overload_signatures,
typescript::ban_ts_comment,
typescript::ban_types,
typescript::consistent_type_exports,
typescript::no_duplicate_enum_values,
typescript::no_empty_interface,
typescript::no_explicit_any,
Expand Down
170 changes: 0 additions & 170 deletions crates/oxc_linter/src/rules/typescript/consistent_type_exports.rs

This file was deleted.

0 comments on commit ed87cbf

Please sign in to comment.