On this project we have two tools to format and lint our code. But they're not the best performers.
One solution is to use biomejs which is a trainer and linter of code written in rust. It covers what prettier and eslint do on this project.
In addition the dev node_module size will be reduce:
- eslint : 3.08 MB
- prettier 7.7 MB
- biome 152 kB
On this project we have two tools to format and lint our code. But they're not the best performers.
One solution is to use biomejs which is a trainer and linter of code written in rust. It covers what prettier and eslint do on this project.
In addition the dev node_module size will be reduce: