mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
4 lines
144 B
JSON
4 lines
144 B
JSON
{
|
|
"*.{ts,tsx,js,jsx,css,mjs,json}": ["biome check --write --no-errors-on-unmatched"],
|
|
"*.{md,yml}": ["prettier --ignore-unknown --write"]
|
|
}
|