mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(biome): enable VCS
integration and JSX
prop sorting in biome
This commit is contained in:
parent
b91fe93229
commit
92b4e4b8a5
1 changed files with 14 additions and 0 deletions
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue