You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/.lintstagedrc.json

5 lines
115 B
JSON

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