Files
Alfred/.lintstagedrc.json
2026-05-26 18:21:06 +08:00

5 lines
85 B
JSON

{
"*.{ts,tsx}": ["eslint --fix"],
"*.{md,json,yaml,yml}": ["prettier --write"]
}