Skip to content

Commit

Permalink
fix(linter): move rule "no-restricted-imports" to nursery
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Dec 14, 2024
1 parent 0804916 commit 451f29f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ declare_oxc_lint!(
/// export { foo } from "bar";
/// ```
NoRestrictedImports,
style,
nursery,
);

impl Rule for NoRestrictedImports {
Expand Down

0 comments on commit 451f29f

Please sign in to comment.