From d5e2973dce617f451e4eb07491b3a6874ea6ca47 Mon Sep 17 00:00:00 2001 From: xuatz Date: Sun, 22 Jun 2025 20:29:30 +0900 Subject: 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 --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package.json') 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" -- cgit v1.2.3-70-g09d2