Skip to content

Commit eac240c

Browse files
committed
feat(linter): promote no_map_spread rule from nursery to perf
1 parent 6b019ce commit eac240c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/oxc/no_map_spread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ declare_oxc_lint!(
310310
/// - [JSPerf - `concat` vs array spread performance](https://jsperf.app/pihevu)
311311
NoMapSpread,
312312
oxc,
313-
nursery, // TODO: make this `perf` once we've battle-tested this a bit
313+
perf,
314314
conditional_fix_suggestion,
315315
config = NoMapSpreadConfig,
316316
);

0 commit comments

Comments
 (0)