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