Skip to content

Commit

Permalink
Update crates/oxc_linter/src/rules/unicorn/prefer_array_flat.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Aug 24, 2024
1 parent 7101e53 commit 58931c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/unicorn/prefer_array_flat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ declare_oxc_lint!(
/// ```
PreferArrayFlat,
pedantic,
fix
conditional_fix
);

impl Rule for PreferArrayFlat {
Expand Down

0 comments on commit 58931c6

Please sign in to comment.