diff --git a/package.json b/package.json index 58e5937..887d85f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "preview": "astro preview", "astro": "astro", "preinstall": "node ./scripts/enforce-pnpm.mjs", - "lint": "astro check --minimumFailingSeverity warning && biome check .", + "lint": "astro check && biome check .", "format": "biome format . --write", "prepare": "husky", "ci": "astro check && biome ci ." @@ -23,7 +23,7 @@ "biome check --no-errors-on-unmatched" ], "*.{astro}": [ - "astro check --minimumFailingSeverity warning" + "astro check" ] }, "dependencies": {