diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
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" |
