From 67e24ae9308ed4cbd6a7b354fd6b6ecb22287187 Mon Sep 17 00:00:00 2001 From: John Niang Date: Wed, 24 Sep 2025 19:15:41 +0800 Subject: [PATCH] Update ESLint command to suppress warnings for ignored files --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 4f0ea7c2f..6b6077495 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "lint-staged": { "**/*": "prettier --write --ignore-unknown", "*.{ts,mts,tsx,vue}": [ - "eslint --fix --max-warnings=0" + "eslint --fix --max-warnings=0 --no-warn-ignored" ] }, "browserslist": [