-
-
Notifications
You must be signed in to change notification settings - Fork 635
Open
Labels
A-linterArea - LinterArea - LinterE-Help WantedExperience level - For the experienced collaboratorsExperience level - For the experienced collaborators
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 tracking issue for eslint-plugin-react
, eslint-plugin-react-hooks
.
There are 103(+ 2 deprecated) rules.
- 5/23 recommended rules are remaining as TODO
- 54/80 not recommended rules are remaining as TODO
To get started, run the following command:
just new-react-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
✨: 18, 🚫: 0 / total: 23
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 21, 🚫: 5 / total: 80
✨ = Implemented, 🚫 = No need to implement
Deprecated rules
✨: 0, 🚫: 0 / total: 2
Status | Name | Docs |
---|---|---|
react/jsx-sort-default-props | https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/jsx-sort-default-props.md | |
react/jsx-space-before-closing | https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/jsx-space-before-closing.md |
✨ = Implemented, 🚫 = No need to implement
Rel1cx, ild0tt0re, sadeghbarati, yossydev, zhangrunzhao and 1 more
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterE-Help WantedExperience level - For the experienced collaboratorsExperience level - For the experienced collaborators