-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Status: In ProgressThe issue is currently being worked onThe issue is currently being worked onType: EnhancementEnhancements to existing featuresEnhancements to existing features
Milestone
Description
Describe the problem
A lot of the rules from the classic eslint-plugin-react
have autofixers, e.g. for replacing <Fragment>
with <>
. I consider these rules as the most valuable ones as it's super easy to enforce them. As far as I know none of the rules in this package have autofixers.
Describe the solution you'd like
For rules where it would make sense (IMO the ones in the other package are great as a reference), add autofix support
Alternatives considered
Of course I can use both plugins. But I'm personally not a fan of the approach to open source of their maintainer(s), so ideally I'd just use this one.
Additional context
No response
lukpsaxo and rakleed
Metadata
Metadata
Assignees
Labels
Status: In ProgressThe issue is currently being worked onThe issue is currently being worked onType: EnhancementEnhancements to existing featuresEnhancements to existing features