Skip to content

Commit

Permalink
feat(linter): eslint/max-lines (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
andipabst authored Mar 17, 2024
1 parent 0623a53 commit 81752b2
Show file tree
Hide file tree
Showing 3 changed files with 708 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 @@ -43,6 +43,7 @@ mod eslint {
pub mod eqeqeq;
pub mod for_direction;
pub mod getter_return;
pub mod max_lines;
pub mod no_array_constructor;
pub mod no_async_promise_executor;
pub mod no_bitwise;
Expand Down Expand Up @@ -356,6 +357,7 @@ oxc_macros::declare_all_lint_rules! {
eslint::eqeqeq,
eslint::for_direction,
eslint::getter_return,
eslint::max_lines,
eslint::no_this_before_super,
eslint::no_array_constructor,
eslint::no_async_promise_executor,
Expand Down
Loading

0 comments on commit 81752b2

Please sign in to comment.