aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorxuatz <xzlow10@gmail.com>2025-06-22 20:29:30 +0900
committerGitHub <noreply@github.com>2025-06-22 12:29:30 +0100
commitd5e2973dce617f451e4eb07491b3a6874ea6ca47 (patch)
tree9e134ac8c0b263cec755068082ca61c9646efd21 /package.json
parent91a9d3c1aee04d77b2a2d022821f4a7a38e315f3 (diff)
downloadkarakeep-d5e2973dce617f451e4eb07491b3a6874ea6ca47.tar.zst
chore: migrate away from eslint to oxlint (#1642)
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index daa384cf..36f06d09 100644
--- a/package.json
+++ b/package.json
@@ -16,18 +16,17 @@
"prepare": "husky",
"format": "turbo --no-daemon format --continue -- --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo --no-daemon format --continue -- --write --cache-location node_modules/.cache/.prettiercache",
- "lint": "turbo --no-daemon lint --continue -- --cache-location node_modules/.cache/.eslintcache",
- "lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache",
+ "lint": "turbo --no-daemon lint --continue --",
+ "lint:fix": "turbo --no-daemon lint --continue -- --fix",
"typecheck": "turbo --no-daemon typecheck"
},
"devDependencies": {
"@karakeep/prettier-config": "workspace:^0.1.0",
- "@tanstack/eslint-plugin-query": "^5.20.1",
"@types/node": "^22",
"es-errors": "^1.3.0",
- "eslint": "^8.57.0",
"husky": "^9.0.11",
"install": "^0.13.0",
+ "oxlint": "^1.2.0",
"prettier": "^3.4.2",
"sherif": "^1.2.0",
"turbo": "^2.1.2"