From 1ccf175d61f52b96ebe0c0c9d51bb795e377c109 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 16 May 2025 11:54:16 +0100 Subject: [PATCH] chore: check `knip` first --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 145078de4e71..d79a0e38fa2e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test:e2e:match": "cd packages/astro && pnpm playwright install chromium firefox && pnpm run test:e2e:match", "test:e2e:hosts": "turbo run test:hosted", "benchmark": "astro-benchmark", - "lint": "biome lint && eslint . --report-unused-disable-directives-severity=warn && knip", + "lint": "biome lint && knip && eslint . --report-unused-disable-directives-severity=warn", "lint:ci": "biome ci --formatter-enabled=false --organize-imports-enabled=false --reporter=github && eslint . --report-unused-disable-directives-severity=warn && knip", "lint:fix": "biome lint --write --unsafe", "publint": "pnpm -r --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --no-bail exec publint",