메인 내용으로 이동
이 문서를 언급한 문서들2

biome.jsonc

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["ultracite/biome/core"],
"files": {
"includes": ["!src/components/ui"]
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
}
}

이 문서를 언급한 문서들