diff --git a/crates/oxc_linter/src/rules/typescript/prefer_string_starts_ends_with.rs b/crates/oxc_linter/src/rules/typescript/prefer_string_starts_ends_with.rs index 99d2c402aca69..b769a5960999d 100644 --- a/crates/oxc_linter/src/rules/typescript/prefer_string_starts_ends_with.rs +++ b/crates/oxc_linter/src/rules/typescript/prefer_string_starts_ends_with.rs @@ -46,7 +46,7 @@ declare_oxc_lint!( /// ``` PreferStringStartsEndsWith(tsgolint), typescript, - nursery, + style, config = PreferStringStartsEndsWithConfig, );