From ec2c08681eda94106f0f5fb4795be3ccdb959dee Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 21 Jan 2025 09:52:29 +0100 Subject: [PATCH] Add --fix to eslint yarn command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 390d5574d..5aec11ba3 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "dev": "encore dev", "watch": "encore dev --watch", "build": "encore production --progress", - "eslint": "npx eslint-baseline \"**/*.{js,ts,vue}\"" + "eslint": "npx eslint-baseline --fix \"**/*.{js,ts,vue}\"" }, "private": true }