-
- Downloads
pre-commit hook for linting
.husky/pre-commit
0 → 100755
... | ... | @@ -5,7 +5,8 @@ |
"dev": "turbo run dev", | ||
"lint": "turbo run lint", | ||
"test": "turbo run test", | ||
"format": "prettier --write \"**/*.{ts,tsx,md}\"" | ||
"format": "prettier --write \"**/*.{ts,tsx,md}\"", | ||
"prepare": "husky install" | ||
}, | ||
"devDependencies": { | ||
"@turbo/gen": "^1.9.7", | ||
... | ... | @@ -16,7 +17,8 @@ |
"prettier": "^2.5.1", | ||
"prettier-plugin-tailwindcss": "^0.3.0", | ||
"ts-jest": "^29.1.0", | ||
"turbo": "latest" | ||
"turbo": "latest", | ||
"husky": "^8.0.0" | ||
}, | ||
"packageManager": "pnpm@7.15.0", | ||
"name": "llamascript" | ||
... | ... |
Please register or sign in to comment