aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/package.json')
-rw-r--r--packages/db/package.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/db/package.json b/packages/db/package.json
index e7819457..88dc80cd 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -20,18 +20,11 @@
"tsx": "^4.7.1"
},
"devDependencies": {
- "@karakeep/eslint-config": "workspace:^0.2.0",
"@karakeep/prettier-config": "workspace:^0.1.0",
"@karakeep/tsconfig": "workspace:^0.1.0",
"@tsconfig/node22": "^22.0.0",
"@types/better-sqlite3": "^7.6.11",
"drizzle-kit": "^0.30.01"
},
- "eslintConfig": {
- "root": true,
- "extends": [
- "@karakeep/eslint-config/base"
- ]
- },
"prettier": "@karakeep/prettier-config"
}