diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 25710c6b..1e1b4e93 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "lint": "dotenv -- turbo run lint", "start": "dotenv -- turbo run start" }, + "lint-staged": { + "**/*": "prettier --write --ignore-unknown" + }, "devDependencies": { "@types/better-sqlite3": "^7.6.6", "@types/eslint": "^8.44.7", @@ -56,6 +59,8 @@ "framer-motion": "^11.0.6", "html-metadata": "^1.7.1", "html-metadata-parser": "^2.0.4", + "husky": "^9.0.11", + "lint-staged": "^15.2.2", "lucide-react": "^0.343.0", "next-auth": "beta", "nuqs": "^1.17.1", @@ -64,4 +69,4 @@ "tailwind-scrollbar": "^3.1.0", "tailwindcss-animate": "^1.0.7" } -}
\ No newline at end of file +} |