From 540a46c374849ab554562595e5a8f7e161389bb5 Mon Sep 17 00:00:00 2001 From: cyrus01337 Date: Fri, 26 Jul 2024 07:18:29 +0000 Subject: [PATCH] Improve lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9789a3..fe3c63c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": "astro preview", "astro": "astro", "format": "biome format --write --skip-errors --no-errors-on-unmatched --changed --since=main --log-level=none && biome lint --write --unsafe --skip-errors --no-errors-on-unmatched --changed --since=main --log-level=none", - "lint": "eslint .", + "lint": "eslint . && tsc --noEmit", "lint:formatting": "biome check --changed --since=main --linter-enabled=false", "prepare": "husky" },