We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b019ce commit 7c7219eCopy full SHA for 7c7219e
crates/oxc_linter/src/rules/oxc/no_map_spread.rs
@@ -310,7 +310,7 @@ declare_oxc_lint!(
310
/// - [JSPerf - `concat` vs array spread performance](https://jsperf.app/pihevu)
311
NoMapSpread,
312
oxc,
313
- nursery, // TODO: make this `perf` once we've battle-tested this a bit
+ perf,
314
conditional_fix_suggestion,
315
config = NoMapSpreadConfig,
316
);
0 commit comments