langbot-app--langbot
5 行
96 B
JSON
5 行
96 B
JSON
{
|
|
"*.{js,jsx,ts,tsx}": ["eslint --fix"],
|
|
"**/*": ["bash -c 'cd \"$(pwd)\" && next build"]
|
|
}
|