ant-design/biome.json

16 lines
324 B
JSON
Raw Normal View History

2022-11-11 18:15:33 +08:00
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
2022-11-11 18:15:33 +08:00
"formatter": {
"enabled": true,
"ignore": ["./dist/*", "./es/**/*", "./lib/**/*", "_site/**/*"],
"indentStyle": "space",
"lineWidth": 100,
"indentSize": 2
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
}
}