Files
bun-app-template/.lintstagedrc.json
2026-05-20 00:18:07 +08:00

5 lines
85 B
JSON

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