ant-design/biome.json
咲奈Sakina e88581c798
chore: migrate rome to biome (#44522)
* 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>
2023-08-30 11:59:55 +08:00

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"
}
}
}