Skip to content

What is the default value for biome ci --formatter-enabled, --linter-enabled, and --organize-imports-enabled? #487

Answered by ematipico
yamcodes asked this question in Q&A
Discussion options

You must be logged in to vote

You could say that their default values are undefined because they are optional options. These options are meant to override the values coming from Biome's default and/or biome.json.

This means that if these options aren't passed via CLI, Biome will send the values coming from its defaults/config file. If these options are passed, they will override the values accordingly.

I can open a PR once provided this information for all three parameters.

The CLI reference page is auto-generated from the source code, so you would want to update the source comments: https://github.com/biomejs/biome/blob/main/crates/biome_cli/src/commands/mod.rs#L68

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Conaclos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants