mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
56 lines
917 B
JSON
56 lines
917 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"files": {
|
||
|
|
"includes": ["**", "!packages/playground/core/src/components/ui"]
|
||
|
|
},
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true,
|
||
|
|
"formatWithErrors": false,
|
||
|
|
"attributePosition": "auto",
|
||
|
|
"indentStyle": "tab",
|
||
|
|
"indentWidth": 2,
|
||
|
|
"lineWidth": 80,
|
||
|
|
"lineEnding": "lf"
|
||
|
|
},
|
||
|
|
"javascript": {
|
||
|
|
"formatter": {
|
||
|
|
"quoteStyle": "double",
|
||
|
|
"jsxQuoteStyle": "double"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"html": {
|
||
|
|
"experimentalFullSupportEnabled": true,
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true,
|
||
|
|
"rules": {
|
||
|
|
"recommended": true,
|
||
|
|
"a11y": "off"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"assist": {
|
||
|
|
"actions": {
|
||
|
|
"source": {
|
||
|
|
"organizeImports": "on"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"vcs": {
|
||
|
|
"enabled": true,
|
||
|
|
"clientKind": "git",
|
||
|
|
"useIgnoreFile": true
|
||
|
|
},
|
||
|
|
"css": {
|
||
|
|
"parser": {
|
||
|
|
"cssModules": true,
|
||
|
|
"tailwindDirectives": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|