chore(biome): enable vcs integration

This commit is contained in:
Starcea 2024-06-29 14:03:44 +09:00
commit b50340454b
No known key found for this signature in database
GPG key ID: B7A77E32374911E1

View file

@ -18,7 +18,9 @@
"quoteStyle": "single" "quoteStyle": "single"
} }
}, },
"files": { "vcs": {
"ignore": ["node_modules", "dist"] "enabled": true,
"clientKind": "git",
"useIgnoreFile": true
} }
} }