Open
Description
I'm trying to migrate a very large repo from eslint
to oxlint
, I had to disable some rules to migrate but I'd like to be able to fix these issues… doing this manually will take a lot of time (repo is 4 Million LOC) and doing all fixes in a single --fix
is not an option.
So I'd like to have the ability to do something like this for example, to fix the issues one rule at a time.
oxlint -A rule --fix
Metadata
Metadata
Assignees
Labels
No labels