From 8f9f6ba8e27193c04c7e0bc9201d7d8c0831fe1d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 22 Jan 2025 10:35:34 +0100 Subject: [PATCH] build(frontend): add --color flag for eslint color in pipeline output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11680876a..65a89bbd9 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,6 @@ "scripts": { "build": "node esbuild.config.mjs", "start": "node esbuild.config.mjs --watch", - "lint": "eslint ." + "lint": "eslint --color ." } }