diff options
| author | Dhravya <[email protected]> | 2024-04-10 15:52:15 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-10 15:52:15 -0700 |
| commit | 10fc0bae70bb8ea18548b012ec110c3c1e331042 (patch) | |
| tree | 5054b677ab11f374d4e6296c2182476715f27a58 /package.json | |
| parent | test (diff) | |
| download | supermemory-10fc0bae70bb8ea18548b012ec110c3c1e331042.tar.xz supermemory-10fc0bae70bb8ea18548b012ec110c3c1e331042.zip | |
testing precommit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index cb4d791f..59aa7575 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,11 @@ "dev": "dotenv -- turbo run dev --filter=!cf-ai-backend", "lint": "dotenv -- turbo run lint", "start": "dotenv -- turbo run start", - "format": "prettier --write . && git add -A .", "prepare": "husky" }, + "lint-staged": { + "**/*": "prettier --write --ignore-unknown" + }, "devDependencies": { "@types/better-sqlite3": "^7.6.6", "@types/eslint": "^8.44.7", @@ -59,6 +61,7 @@ "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", @@ -67,4 +70,4 @@ "tailwind-scrollbar": "^3.1.0", "tailwindcss-animate": "^1.0.7" } -} +}
\ No newline at end of file |