diff options
| author | Dhravya <[email protected]> | 2024-07-14 20:48:06 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-14 20:48:06 -0500 |
| commit | 1fd0aae0be8c8a4bf0e1766911102f9954812729 (patch) | |
| tree | 86b0a130336e79276965e4552d4566be6d7e5a65 /package.json | |
| parent | quickfix: remove any instances of chunkings from raw tweets (diff) | |
| download | supermemory-1fd0aae0be8c8a4bf0e1766911102f9954812729.tar.xz supermemory-1fd0aae0be8c8a4bf0e1766911102f9954812729.zip | |
small UX fixes and multi space save actually works now
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7a0fa0b8..38669d01 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-next-on-pages": "^1.11.3", "lint-staged": "^15.2.5", "postcss": "^8.4.38", - "prettier": "^3.2.5", + "prettier": "^3.3.3", "readline-sync": "^1.4.10", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", @@ -79,6 +79,7 @@ "cheerio": "^1.0.0-rc.12", "compromise": "^14.13.0", "drizzle-orm": "0.30.0", + "eslint-config-turbo": "^2.0.6", "framer-motion": "^11.2.6", "geist": "^1.3.0", "grammy": "^1.25.1", |