mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
e88581c798
* chore: migrate rome to biome * Update package.json Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> --------- Signed-off-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"ignore": ["./dist/*", "./es/**/*", "./lib/**/*", "_site/**/*"],
|
|
"indentStyle": "space",
|
|
"lineWidth": 100,
|
|
"indentSize": 2
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
}
|
|
}
|