-
-
Notifications
You must be signed in to change notification settings - Fork 715
Open
Labels
S-Needs triageStatus: this issue needs to be triagedStatus: this issue needs to be triaged
Description
Environment information
CLI:
Version: 2.2.5
Color support: true
Platform:
CPU Architecture: x86_64
OS: windows
Environment:
BIOME_LOG_PATH: unset
BIOME_LOG_PREFIX_NAME: unset
BIOME_CONFIG_PATH: unset
BIOME_THREADS: unset
NO_COLOR: unset
TERM: unset
JS_RUNTIME_VERSION: v24.9.0
JS_RUNTIME_NAME: node
NODE_PACKAGE_MANAGER: npm/11.6.1
Biome Configuration:
Status: Loaded successfully
Path: biome.jsonc
Formatter enabled: true
Linter enabled: false
Assist enabled: true
VCS enabled: true
Formatter:
Format with errors: false
Indent style: unset
Indent width: unset
Line ending: LF
Line width: 160
Attribute position: unset
Bracket spacing: false
Includes: unset
JavaScript Formatter:
Enabled: true
JSX quote style: unset
Quote properties: As needed
Trailing commas: All
Semicolons: Always
Arrow parentheses: Always
Bracket spacing: false
Bracket same line: unset
Quote style: Double Quotes
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Attribute position: unset
JSON Formatter:
Enabled: true
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Trailing Commas: unset
Expand lists: unset
CSS Formatter:
Enabled: unset
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Quote style: unset
GraphQL Formatter:
Enabled: unset
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Bracket spacing: unset
Quote style: unset
Workspace:
Open Documents: 0
Configuration
{
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "main"
},
"files": {
"ignoreUnknown": false
},
"formatter": {
/* use
* "// biome-ignore format: <explanation>"
* to ignore formatting for a line or block
*/
"enabled": true,
"useEditorconfig": true,
"lineWidth": 160, // for some reason, it does not use the .editorconfig "max_line_length" as prettier does
"formatWithErrors": false,
"expand": "auto",
"lineEnding": "lf",
"bracketSpacing": false
},
"linter": {
"enabled": false
},
"assist": {
"enabled": true,
"actions": {
"source": {
"recommended": true,
"organizeImports": "on"
},
"recommended": true
}
},
"javascript": {
"assist": {
"enabled": true
},
"parser": {
"unsafeParameterDecoratorsEnabled": true
},
"formatter": {
"enabled": true,
"quoteProperties": "asNeeded",
"trailingCommas": "all",
"semicolons": "always",
"arrowParentheses": "always",
"quoteStyle": "double",
"bracketSpacing": false,
"operatorLinebreak": "before"
}
},
"json": {
"assist": {
"enabled": true
},
"formatter": {
"enabled": true
}
}
}
Playground link
Code of Conduct
- I agree to follow Biome's Code of Conduct
Metadata
Metadata
Assignees
Labels
S-Needs triageStatus: this issue needs to be triagedStatus: this issue needs to be triaged