Skip to content

[feat] autofix support #854

@paolostyle

Description

@paolostyle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions