diff --git a/package.json b/package.json index 3bb86e35..7d3ff5d0 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "build": "turbo run build", "dev": "turbo run dev", "typecheck": "tsc --build --noEmit", - "lint": "eslint --concurrency=auto --cache --cache-strategy content --format=sukka .", + "lint": "eslint --concurrency=4 --cache --cache-strategy content --format=sukka .", "lint:ci": "eslint --concurrency=off --cache --cache-strategy content --format=sukka .", - "lint:fix": "eslint --concurrency=auto --cache --cache-strategy content --format=sukka --fix .", + "lint:fix": "eslint --concurrency=4 --cache --cache-strategy content --format=sukka --fix .", "format": "biome check --write .", "format:check": "biome check .", "check:ci": "pnpm format:check && pnpm lint && pnpm typecheck",