Skip to content

Commit

Permalink
refactor(linter): move rule "no-restricted-imports" to nursery (#7897)
Browse files Browse the repository at this point in the history
many options are not supported:

#7810 (comment)
  • Loading branch information
Sysix authored Dec 15, 2024
1 parent 9c9b73d commit b99ee37
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 b99ee37

Please sign in to comment.