What version of Oxlint are you using?
1.13.0
What command did you run?
oxlint --fix
What does your .oxlintrc.json config file look like?
No config file
What happened?
I have a ts file with unused imports and they do not get removed by any combination of the various --fix* flags.
What version of Oxlint are you using?
1.13.0
What command did you run?
oxlint --fix
What does your
.oxlintrc.jsonconfig file look like?No config file
What happened?
I have a ts file with unused imports and they do not get removed by any combination of the various
--fix*flags.