mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
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:
parent
9c9b73dadb
commit
b99ee37326
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ declare_oxc_lint!(
|
|||
/// export { foo } from "bar";
|
||||
/// ```
|
||||
NoRestrictedImports,
|
||||
style,
|
||||
nursery,
|
||||
);
|
||||
|
||||
impl Rule for NoRestrictedImports {
|
||||
|
|
|
|||
Loading…
Reference in a new issue