Skip to content

Commit 7e88871

Browse files
committed
feat(linter/prefer-find): move rule out of nursery (#20794)
This rule has been published for ~6 weeks, and we've had little to no reports highlighting issues, so this PR moves it out of nursery to the `style` category
1 parent e1f9748 commit 7e88871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/oxc_linter/src/rules/typescript/prefer_find.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare_oxc_lint!(
2828
/// ```
2929
PreferFind(tsgolint),
3030
typescript,
31-
nursery,
31+
style,
3232
);
3333

3434
impl Rule for PreferFind {}

0 commit comments

Comments
 (0)