Skip to content

Commit 6a54a4b

Browse files
committed
refactor(linter): move rule no-restricted-imports to category restriction
1 parent b3d45fe commit 6a54a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/eslint/no_restricted_imports.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ declare_oxc_lint!(
544544
/// ```
545545
NoRestrictedImports,
546546
eslint,
547-
nursery,
547+
restriction,
548548
);
549549

550550
fn add_configuration_path_from_object(

0 commit comments

Comments
 (0)