mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
35015c7b4f
Co-authored-by: liangchaofei <liangchaofei@liangchaofeideMacBook-Pro.local>
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"ignore": ["./dist/*", "./es/**/*", "./lib/**/*", "_site/**/*"],
|
|
"indentStyle": "space",
|
|
"lineWidth": 100,
|
|
"indentWidth": 2
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
}
|
|
}
|