diff --git a/biome.json b/biome.json index e063e4a..a47fe1a 100644 --- a/biome.json +++ b/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 } }