This is the tracking issue for eslint-plugin-import.
There are 45(+ 1 deprecated) rules.
- 0/8 recommended rules are remaining as TODO
- 7/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, ⏳: 0 / total: 8
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Not recommended rules
✅: 26, 🚫: 4, ⏳: 3 / total: 37
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Deprecated rules
✅: 0, 🚫: 1, ⏳: 0 / total: 1
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
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.
To get started, run the following command:
Then implement the rule and get all the tests passing.
Recommended rules
✅: 7, 🚫: 1, ⏳: 0 / total: 8
✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Not recommended rules
✅: 26, 🚫: 4, ⏳: 3 / total: 37
unicorn/prefer-node-protocol.typescript/no-deprecatedvia tsgolint.eslint/no-restricted-imports, which is able to cover the same use-cases.✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending
Deprecated rules
✅: 0, 🚫: 1, ⏳: 0 / total: 1
import/first, which we support.✅ = Implemented, 🚫 = Not intending to implement, ⏳ = Fix pending