diff --git a/package.json b/package.json index 34dd681..61f04b2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "run-s lint:*", "_oxlint_cfg": "oxlint . --fix --ignore-path=.gitignore --print-config", "__oxlint_-D": "oxlint . --fix --deny=correctness", - "lint:oxlint": "oxlint --fix", + "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", "lint:eslint": "eslint . --fix", "prepare": "husky", "test:unit": "vitest",