Skip to content

Commit 7c7219e

Browse files
committed
feat(linter): promote no_map_spread rule from nursery to perf (#16604)
This rule has been in nursery for 13 months, we have (hopefully) fixed all issues relating to it, so it should be ready to promote to performance
1 parent 6b019ce commit 7c7219e

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)