chore: add lint:batch script to package.json

This commit is contained in:
defiQUG
2025-11-13 09:36:08 -08:00
parent 79a29230e6
commit 77fe02b762

View File

@@ -12,6 +12,7 @@
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,yaml,yml}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,yaml,yml}\"",
"lint:batch": "bash scripts/lint-batch.sh",
"prepare": "husky install || true"
},
"lint-staged": {