Skip to content

Commit

Permalink
feat(linter): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
j.buendia committed Mar 18, 2024
1 parent e855246 commit 10b7847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/oxc_linter/src/rules/eslint/max_params.rs
Expand Up @@ -105,8 +105,6 @@ impl Rule for MaxParams {
ctx.diagnostic(MaxParamsDiagnostic(error, Span::new(span.start, span.end)));
}
}


}
AstKind::ArrowFunctionExpression(function) => {
if function.params.items.len() > self.max {
Expand Down

0 comments on commit 10b7847

Please sign in to comment.