-
|
i am trying to migrate from eslint to oxlint, i have many rules in eslint, some custom, some note. so i want gradualy migrate. the slowest rule in eslint for me is prettier/prettier. is there alternative rule in oxlint so i can move this lint rule on oxlint side? |
Beta Was this translation helpful? Give feedback.
Answered by
camc314
Feb 24, 2026
Replies: 1 comment 2 replies
-
|
Use oxfmt. Run one after the other like: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://oxc.rs/docs/guide/usage/formatter/quickstart.html
run
oxfmt --checkin CI