From 97288046866cb2928572a50a4b0dc980ccec1546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Fri, 12 Dec 2025 15:40:31 +0100 Subject: [PATCH] Don't use oxlint --fix yet. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad0b3a5bf48..ae8069bf20c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "oxlint": "oxlint", "oxlint:types": "oxlint --type-aware", "lint": "oxlint && eslint . --cache --cache-strategy content && prettier --check .", - "lint:fix": "oxlint --fix && eslint . --cache --cache-strategy content --fix", + "lint:fix": "eslint . --cache --cache-strategy content --fix", "lint:clear": "rimraf .eslintcache", "prettier": "prettier --cache --write .", "test": "jest",