From 755fc36e912964863d4f46bb32adda6332b419fe Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 12 Apr 2025 19:37:18 +0100 Subject: chore: Rename hoarder packages to karakeep --- tooling/eslint/package.json | 8 ++++---- tooling/eslint/tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tooling/eslint') diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 090fadaf..8169ad1e 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -1,5 +1,5 @@ { - "name": "@hoarder/eslint-config", + "name": "@karakeep/eslint-config", "version": "0.2.0", "private": true, "license": "MIT", @@ -25,8 +25,8 @@ "eslint-plugin-react-hooks": "^4.6.0" }, "devDependencies": { - "@hoarder/prettier-config": "workspace:^0.1.0", - "@hoarder/tsconfig": "workspace:^0.1.0", + "@karakeep/prettier-config": "workspace:^0.1.0", + "@karakeep/tsconfig": "workspace:^0.1.0", "@types/eslint": "^8.56.5", "eslint": "^8.57.0", "prettier": "^3.4.2", @@ -38,5 +38,5 @@ "./base.js" ] }, - "prettier": "@hoarder/prettier-config" + "prettier": "@karakeep/prettier-config" } diff --git a/tooling/eslint/tsconfig.json b/tooling/eslint/tsconfig.json index dcbd7d30..25ea271f 100644 --- a/tooling/eslint/tsconfig.json +++ b/tooling/eslint/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@hoarder/tsconfig/base.json", + "extends": "@karakeep/tsconfig/base.json", "compilerOptions": { "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, -- cgit v1.2.3-70-g09d2