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",