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

7 lines
144 B
JSON

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