diff --git a/crates/oxc_linter/src/rules/typescript/dot_notation.rs b/crates/oxc_linter/src/rules/typescript/dot_notation.rs index d65fed27cdcd9..e90c3dc535504 100644 --- a/crates/oxc_linter/src/rules/typescript/dot_notation.rs +++ b/crates/oxc_linter/src/rules/typescript/dot_notation.rs @@ -63,7 +63,7 @@ declare_oxc_lint!( /// ``` DotNotation(tsgolint), typescript, - nursery, + style, config = DotNotationConfig, );