From b26d2f2218782c5f1ad85f0b403c135764f418fd Mon Sep 17 00:00:00 2001 From: sjaanus Date: Mon, 3 Oct 2022 12:20:47 +0200 Subject: [PATCH] Fix yarn lint to fmt:check (#2125) --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b3ef97cdd3..f4ab621c15 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ }, "scripts": { "build": "vite build", - "lint": "eslint src --max-warnings 0", + "lint": "yarn fmt:check", "start": "vite", "start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start", "start:enterprise": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start",