-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Labels
A-ParserArea: parserArea: parserL-HTMLLanguage: HTML and super languagesLanguage: HTML and super languagesS-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Description
Environment information
CLI:
Version: 2.3.6
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
BIOME_LOG_PATH: unset
BIOME_LOG_PREFIX_NAME: unset
BIOME_CONFIG_PATH: unset
BIOME_THREADS: unset
NO_COLOR: unset
TERM: xterm-256color
JS_RUNTIME_VERSION: v22.16.0
JS_RUNTIME_NAME: node
NODE_PACKAGE_MANAGER: bun/1.3.2
Biome Configuration:
Status: Loaded successfully
Path: biome.json
Formatter enabled: true
Linter enabled: true
Assist enabled: true
VCS enabled: true
Formatter:
Format with errors: unset
Indent style: Space
Indent width: 2
Line ending: unset
Line width: 100
Attribute position: unset
Bracket spacing: unset
Includes: **, !server/types/index.d.ts, !shared/types/kysely.ts, !server/prisma/generated/**
JavaScript Formatter:
Enabled: unset
JSX quote style: unset
Quote properties: As needed
Trailing commas: unset
Semicolons: As needed
Arrow parentheses: Always
Bracket spacing: unset
Bracket same line: unset
Quote style: Single Quotes
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Attribute position: Auto
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: false
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: 0Configuration
{
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "development"
},
"files": {
"ignoreUnknown": false
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100,
"includes": [
"**",
"!server/types/index.d.ts",
"!shared/types/kysely.ts",
"!server/prisma/generated/**"
]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"useSortedClasses": "error"
},
"correctness": {
"noUnusedVariables": {
"level": "warn",
"options": {
"ignoreRestSiblings": true
}
}
},
"style": {
"noNonNullAssertion": "off"
}
},
"domains": {
"vue": "all"
}
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"attributePosition": "auto",
"quoteProperties": "asNeeded",
"arrowParentheses": "always",
"semicolons": "asNeeded"
},
"globals": []
},
"json": {
"formatter": {
"enabled": true
}
},
"css": {
"linter": {
"enabled": false
},
"formatter": {
"enabled": false
},
"parser": {
"tailwindDirectives": true
}
},
"html": {
"experimentalFullSupportEnabled": true,
"parser": {
"interpolation": true
},
"formatter": {
"enabled": true,
"indentScriptAndStyle": false,
"selfCloseVoidElements": "always",
"attributePosition": "multiline"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"overrides": [
{
"includes": ["**/*.vue"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
},
"correctness": {
"noUnusedVariables": "off",
"noUnusedImports": "off"
}
}
}
}
]
}Playground link
Code of Conduct
- I agree to follow Biome's Code of Conduct
Metadata
Metadata
Assignees
Labels
A-ParserArea: parserArea: parserL-HTMLLanguage: HTML and super languagesLanguage: HTML and super languagesS-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug