Skip to content

Commit b274c39

Browse files
committed
chore(linter/prefer-array-flat-map): move category to performance
1 parent b144048 commit b274c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/unicorn/prefer_array_flat_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declare_oxc_lint!(
3939
/// ```
4040
PreferArrayFlatMap,
4141
unicorn,
42-
style,
42+
perf,
4343
fix
4444
);
4545

0 commit comments

Comments
 (0)