mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
chore: update biome.jsonc to use single quotes for CSS formatting
This commit is contained in:
parent
f5d78a32dd
commit
e0e09b2de2
@ -6,6 +6,11 @@
|
||||
"enabled": true,
|
||||
"includes": ["**/*.json", "!*.json", "!**/package.json"]
|
||||
},
|
||||
"css": {
|
||||
"formatter": {
|
||||
"quoteStyle": "single"
|
||||
}
|
||||
},
|
||||
"files": { "ignoreUnknown": false },
|
||||
"formatter": {
|
||||
"attributePosition": "auto",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user