diff options
Diffstat (limited to 'apps/mcp/package.json')
| -rw-r--r-- | apps/mcp/package.json | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/apps/mcp/package.json b/apps/mcp/package.json index 0e00aec0..bfa9d833 100644 --- a/apps/mcp/package.json +++ b/apps/mcp/package.json @@ -14,7 +14,6 @@ "karakeep-mcp": "dist/index.js" }, "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", @@ -26,8 +25,8 @@ "scripts": { "build": "vite build && shx chmod +x dist/index.js", "run": "tsx src/index.ts", - "lint": "eslint .", - "lint:fix": "eslint . --fix", + "lint": "oxlint .", + "lint:fix": "oxlint . --fix", "format": "prettier . --ignore-path ../../.prettierignore", "format:fix": "prettier . --write --ignore-path ../../.prettierignore", "typecheck": "tsc --noEmit" @@ -37,12 +36,6 @@ "url": "git+https://github.com/karakeep-app/karakeep.git", "directory": "apps/mcp" }, - "eslintConfig": { - "root": true, - "extends": [ - "@karakeep/eslint-config/base" - ] - }, "prettier": "@karakeep/prettier-config", "dependencies": { "@karakeep/sdk": "workspace:*", |
