-
-
Notifications
You must be signed in to change notification settings - Fork 762
Closed
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request
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-promise.
There are 17(+ 0 deprecated) rules.
- 0/12 recommended rules are remaining as TODO
- 2 of which have pending fixes
- All done! 🎉
- 0/5 not recommended rules are remaining as TODO
- 1 of which have pending fixes
- All done! 🎉
To get started, run the following command:
just new-promise-rule <RULE_NAME>Then register the rule in crates/oxc_linter/src/rules.rs and also declare_all_lint_rules at the bottom.
Recommended rules
✅: 11, 🚫: 1, ⏳: 2 / total: 12
✅ = Implemented, 🚫 = No need to implement, ⏳ = Fix pending
Not recommended rules
✅: 5, 🚫: 0, ⏳: 1 / total: 5
| Status | Name |
|---|---|
| ✅ | promise/no-multiple-resolved |
| ✅ | promise/prefer-await-to-callbacks |
| ✅ | promise/prefer-await-to-then |
| ✅⏳ | promise/prefer-catch |
| ✅ | promise/spec-only |
✅ = Implemented, 🚫 = No need to implement, ⏳ = Fix pending
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request