aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
Diffstat (limited to 'tooling')
-rw-r--r--tooling/eslint/package.json8
-rw-r--r--tooling/eslint/tsconfig.json2
-rw-r--r--tooling/github/package.json2
-rw-r--r--tooling/prettier/index.js4
-rw-r--r--tooling/prettier/package.json6
-rw-r--r--tooling/prettier/tsconfig.json2
-rw-r--r--tooling/tailwind/package.json12
-rw-r--r--tooling/tailwind/tsconfig.json2
-rw-r--r--tooling/typescript/package.json2
9 files changed, 20 insertions, 20 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"
}
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"
},
diff --git a/tooling/github/package.json b/tooling/github/package.json
index 42e5fc74..34fbfc8b 100644
--- a/tooling/github/package.json
+++ b/tooling/github/package.json
@@ -1,3 +1,3 @@
{
- "name": "@hoarder/github"
+ "name": "@karakeep/github"
}
diff --git a/tooling/prettier/index.js b/tooling/prettier/index.js
index bfc96896..97990bda 100644
--- a/tooling/prettier/index.js
+++ b/tooling/prettier/index.js
@@ -21,8 +21,8 @@ const config = {
"^(expo(.*)$)|^(expo$)",
"<THIRD_PARTY_MODULES>",
"",
- "<TYPES>^@hoarder",
- "^@hoarder/(.*)$",
+ "<TYPES>^@karakeep",
+ "^@karakeep/(.*)$",
"",
"<TYPES>^[.|..|~]",
"^~/",
diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json
index eaae5aec..ec8b83c0 100644
--- a/tooling/prettier/package.json
+++ b/tooling/prettier/package.json
@@ -1,5 +1,5 @@
{
- "name": "@hoarder/prettier-config",
+ "name": "@karakeep/prettier-config",
"private": true,
"version": "0.1.0",
"type": "module",
@@ -17,8 +17,8 @@
"prettier-plugin-tailwindcss": "^0.5.11"
},
"devDependencies": {
- "@hoarder/tsconfig": "workspace:^0.1.0",
+ "@karakeep/tsconfig": "workspace:^0.1.0",
"typescript": "^5.7.3"
},
- "prettier": "@hoarder/prettier-config"
+ "prettier": "@karakeep/prettier-config"
}
diff --git a/tooling/prettier/tsconfig.json b/tooling/prettier/tsconfig.json
index dcbd7d30..25ea271f 100644
--- a/tooling/prettier/tsconfig.json
+++ b/tooling/prettier/tsconfig.json
@@ -1,5 +1,5 @@
{
- "extends": "@hoarder/tsconfig/base.json",
+ "extends": "@karakeep/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json
index 3c59c14a..4e9e0643 100644
--- a/tooling/tailwind/package.json
+++ b/tooling/tailwind/package.json
@@ -1,5 +1,5 @@
{
- "name": "@hoarder/tailwind-config",
+ "name": "@karakeep/tailwind-config",
"version": "0.1.0",
"private": true,
"type": "module",
@@ -23,9 +23,9 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
- "@hoarder/eslint-config": "workspace:^0.2.0",
- "@hoarder/prettier-config": "workspace:^0.1.0",
- "@hoarder/tsconfig": "workspace:^0.1.0",
+ "@karakeep/eslint-config": "workspace:^0.2.0",
+ "@karakeep/prettier-config": "workspace:^0.1.0",
+ "@karakeep/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
@@ -33,8 +33,8 @@
"eslintConfig": {
"root": true,
"extends": [
- "@hoarder/eslint-config/base"
+ "@karakeep/eslint-config/base"
]
},
- "prettier": "@hoarder/prettier-config"
+ "prettier": "@karakeep/prettier-config"
}
diff --git a/tooling/tailwind/tsconfig.json b/tooling/tailwind/tsconfig.json
index dcbd7d30..25ea271f 100644
--- a/tooling/tailwind/tsconfig.json
+++ b/tooling/tailwind/tsconfig.json
@@ -1,5 +1,5 @@
{
- "extends": "@hoarder/tsconfig/base.json",
+ "extends": "@karakeep/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json
index 885f8473..a6c28bf4 100644
--- a/tooling/typescript/package.json
+++ b/tooling/typescript/package.json
@@ -1,5 +1,5 @@
{
- "name": "@hoarder/tsconfig",
+ "name": "@karakeep/tsconfig",
"private": true,
"version": "0.1.0",
"files": [