-
-
Notifications
You must be signed in to change notification settings - Fork 832
Open
Labels
A-linterArea - LinterArea - Linter
Description
Warning
This comment is maintained by CI. Do not edit this comment directly.
To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is the tracking issue for eslint-plugin-import.
There are 45(+ 1 deprecated) rules.
- 0/8 recommended rules are remaining as TODO
- 1 of which have pending fixes
- All done! 🎉
- 9/37 not recommended rules are remaining as TODO
- 3 of which have pending fixes
To get started, run the following command:
just new-import-rule <RULE_NAME>Then implement the rule and get all the tests passing.
Recommended rules
✅: 7, 🚫: 1, ⏳: 1 / total: 8
| Status | Name | Rationale |
|---|---|---|
| ✅ | import/default | |
| ✅ | import/export | |
| ✅ | import/named | |
| ✅ | import/namespace | |
| ✅⏳ | import/no-duplicates | |
| ✅ | import/no-named-as-default | |
| ✅ | import/no-named-as-default-member | |
| 🚫 | import/no-unresolved | Will always contain false positives due to module resolution complexity. |
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Not recommended rules
✅: 25, 🚫: 3, ⏳: 3 / total: 37
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Deprecated rules
✅: 0, 🚫: 1, ⏳: 0 / total: 1
| Status | Name | Rationale |
|---|---|---|
| 🚫 | import/imports-first | Replaced by import/first, which we support. |
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - Linter