From f68dddad90b93ea45c1e130ba49d14803c922c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Mon, 16 Dec 2024 19:48:33 +0100 Subject: [PATCH] Silence lint warnings in CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d7ce007e0..7797be5ee3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:ci": "vitest run --coverage", "lint": "biome check --diagnostic-level=error && foundry run eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "biome check --write --diagnostic-level=error && foundry run eslint . --ext .js,.jsx,.ts,.tsx --fix", - "lint:ci": "biome ci && foundry run eslint . --ext .js,.jsx,.ts,.tsx --quiet ", + "lint:ci": "biome ci --diagnostic-level=error && foundry run eslint . --ext .js,.jsx,.ts,.tsx --quiet ", "lint:css": "foundry run stylelint '**/*.css'", "lint:css:fix": "foundry run stylelint '**/*.css' --fix", "dev": "npm run docs:start",