Skip to content

Commit 6624513

Browse files
committed
feat(linter/prefer-string-starts-ends-with): move rule from nursery to style (#20797)
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 382a469 commit 6624513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ declare_oxc_lint!(
4646
/// ```
4747
PreferStringStartsEndsWith(tsgolint),
4848
typescript,
49-
nursery,
49+
style,
5050
config = PreferStringStartsEndsWithConfig,
5151
);
5252

0 commit comments

Comments
 (0)