chore(biome): enable VCS integration and JSX prop sorting in biome

This commit is contained in:
Shintaro Jokagi 2025-05-15 23:02:09 +12:00
parent b91fe93229
commit 92b4e4b8a5
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8

View file

@ -31,5 +31,19 @@
"quoteStyle": "single",
"semicolons": "asNeeded"
}
},
"assists": {
"actions": {
"source": {
"sortJsxProps": "on"
}
}
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main",
"root": ".",
"useIgnoreFile": true
}
}