refactor(linter): move rule "no-restricted-imports" to nursery (#7897)

many options are not supported:

https://github.com/oxc-project/oxc/issues/7810#issuecomment-2543182046
This commit is contained in:
Alexander S. 2024-12-15 05:26:47 +01:00 committed by GitHub
parent 9c9b73dadb
commit b99ee37326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ declare_oxc_lint!(
/// export { foo } from "bar";
/// ```
NoRestrictedImports,
style,
nursery,
);
impl Rule for NoRestrictedImports {