mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
863f61d908
Co-authored-by: afc163 <afc163@gmail.com>
5 lines
119 B
JSON
5 lines
119 B
JSON
{
|
|
"*.{ts,tsx,js,jsx,css,mjs,json}": ["biome check --write"],
|
|
"*.{md,yml}": ["prettier --ignore-unknown --write"]
|
|
}
|