Files
LangBot/web/.lintstagedrc.json

5 lines
96 B
JSON

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