Skip to content

Commit 7c27f10

Browse files
committed
refactor(linter): move rule no-restricted-imports to category restriction (#9443)
it was moved from style to nursery here #7897 I think restriction is a better place?
1 parent 06fe76d commit 7c27f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)