aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/eslint/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/eslint/package.json')
-rw-r--r--tooling/eslint/package.json8
1 files changed, 4 insertions, 4 deletions
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"
}