Skip to content

Simplest command(s?) to format code AND organise imports like Prettier? #3523

Answered by Conaclos
cyrus01337 asked this question in Q&A
Discussion options

You must be logged in to vote

biome check executes all Biome tools (linter, formatter, and the import sorter). You can disable the linter using --linter-enabled=false.

If you use write, I am not sure that --skip-errors is so useful…
Also, do you really need to specify --since?

biome check --linter-enabled=false --write --no-errors-on-unmatched --changed --log-level=none

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ematipico
Comment options

@cyrus01337
Comment options

@cyrus01337
Comment options

Answer selected by cyrus01337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants