Hello, I'm new to biome, sorry in advance as I'm probably asking for something obvious.
What are the 4 hooks really? I looked to the biome CLI doc and I think I have an answer, happy to open a PR to update the documentation if you agree.
biome-format just formatting, rewrites the files
biome-lint just apply linting rules, rewrites the files
biome-ci both of the above, BUT read-only
biome-check format and lint, rewriting the files
Is that correct? Thanks :)
Hello, I'm new to biome, sorry in advance as I'm probably asking for something obvious.
What are the 4 hooks really? I looked to the biome CLI doc and I think I have an answer, happy to open a PR to update the documentation if you agree.
biome-formatjust formatting, rewrites the filesbiome-lintjust apply linting rules, rewrites the filesbiome-ciboth of the above, BUT read-onlybiome-checkformat and lint, rewriting the filesIs that correct? Thanks :)