diff --git a/package.json b/package.json index 5128b01..cece57a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "lint": "oxlint --type-aware --fix", - "lint:check": "oxlint --type-aware", + "lint:check": "oxlint --type-aware --deny-warnings", "format": "prettier --write '**/*{.md,.yml,.yaml,.json,.js,.ts,.vue}' --cache", "format:check": "prettier --check '**/*{.md,.yml,.yaml,.json,.js,.ts,.vue}' --cache", "vue-tsc": "vue-tsc",