Files
LangBot/web/.lintstagedrc.json
2025-05-10 17:16:57 +08:00

5 lines
126 B
JSON

{
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
"**/*": ["bash -c 'cd \"$(pwd)\" && next build"]
}