mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Rule Detail: [link](https://github.com/import-js/eslint-plugin-import/blob/v2.29.1/docs/rules/max-dependencies.md) --- This lacks the handling of `require()` which seems to be the case for most existing `import` rules. Another "issue" could be if you have: ``` import { foo } from "./foo"; import { bar } from "./foo"; ``` But then again there should be another rule to filter these duplicate imports out and combine them into one. Co-authored-by: Don Isaac <donald.isaac@gmail.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| fixtures | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| CHANGELOG.md | ||