diff --git a/crates/oxc_linter/src/rules/eslint/no_restricted_imports.rs b/crates/oxc_linter/src/rules/eslint/no_restricted_imports.rs index 1ef31236f44d6..9a881709cf4c1 100644 --- a/crates/oxc_linter/src/rules/eslint/no_restricted_imports.rs +++ b/crates/oxc_linter/src/rules/eslint/no_restricted_imports.rs @@ -69,7 +69,7 @@ declare_oxc_lint!( /// export { foo } from "bar"; /// ``` NoRestrictedImports, - style, + nursery, ); impl Rule for NoRestrictedImports {