ant-design/.lintstagedrc.json

5 lines
144 B
JSON
Raw Normal View History

{
"*.{ts,tsx,js,jsx,css,mjs,json}": ["biome check --write --no-errors-on-unmatched"],
"*.{md,yml}": ["prettier --ignore-unknown --write"]
}