Files
QZMusic_PC/amll-local/biome.json

56 lines
917 B
JSON
Raw Normal View History

{
"$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
}
}
}