mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore(biome): enable VCS integration and JSX prop sorting in biome
This commit is contained in:
14
biome.json
14
biome.json
@@ -31,5 +31,19 @@
|
||||
"quoteStyle": "single",
|
||||
"semicolons": "asNeeded"
|
||||
}
|
||||
},
|
||||
"assists": {
|
||||
"actions": {
|
||||
"source": {
|
||||
"sortJsxProps": "on"
|
||||
}
|
||||
}
|
||||
},
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
"defaultBranch": "main",
|
||||
"root": ".",
|
||||
"useIgnoreFile": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user