From 8cef9f08d2694ef9c4ee5d95222c7947b09c8a57 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Wed, 29 Apr 2026 15:38:36 +0300 Subject: [PATCH] fix lint-staged and lint scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {