Replies: 1 comment
-
I think it is a good idea to test this, using three tools is a bit messy. I would prefer if we configure biome so there are minimal code changes done, at least in the first PR. Running it with default settings makes biome wanting to change every file it seems. Configuring it so minimal changes are done to current code makes it easy to evaluate the tool itself and revert back easily if needed. Then overtime we can adjust the settings to introduce code style improvements. (I think many of its suggestions are improvements.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why?
Pros
Cons
Conclusion:
Given this project is not FE heavy, we probably don't need a heavily customized tool to run linter and formatter; the current tools are quite slow, esp. This feels to me like the
ruff
of the Node.js world, and will help with the dev efficiency because we only have to work with a single tool that is easy to maintain, is faster, and provides better error reports.https://biomejs.dev/
cc: @frjo @wes-otf
Beta Was this translation helpful? Give feedback.
All reactions