-
-
Notifications
You must be signed in to change notification settings - Fork 635
Closed
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or requestE-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-perf
.
There are 4(+ 0 deprecated) rules.
- 0/3 recommended rules are remaining as TODO
- All done! 🎉
- 0/1 not recommended rules are remaining as TODO
- All done! 🎉
To get started, run the following command:
just new-react-perf-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
✨: 3, 🚫: 0 / total: 3
Status | Name | Docs |
---|---|---|
✨ | react-perf/jsx-no-new-object-as-prop | |
✨ | react-perf/jsx-no-new-array-as-prop | |
✨ | react-perf/jsx-no-new-function-as-prop |
✨ = Implemented, 🚫 = No need to implement
Not recommended rules
✨: 1, 🚫: 0 / total: 1
Status | Name | Docs |
---|---|---|
✨ | react-perf/jsx-no-jsx-as-prop |
✨ = Implemented, 🚫 = No need to implement
JustFly1984JustFly1984JustFly1984JustFly1984
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or requestE-Help WantedExperience level - For the experienced collaboratorsExperience level - For the experienced collaborators