Files
LangBot/web/.lintstagedrc.json
2025-05-10 01:19:30 +08:00

4 lines
62 B
JSON

{
"*.{js,jsx,ts,tsx}": ["pnpm lint --fix", "pnpm lint"]
}