From a7b44e16da81985a168e538a1766721b1c136ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Mon, 29 May 2023 17:28:28 +0800 Subject: [PATCH] chore: eslint fix --- web/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/package.json b/web/package.json index ff6fd51bfd..89d44ed2b6 100644 --- a/web/package.json +++ b/web/package.json @@ -8,6 +8,7 @@ "start": "next start", "lint": "next lint", "fix": "next lint --fix", + "eslint-fix": "eslint --fix", "prepare": "cd ../ && husky install ./web/.husky" }, "dependencies": {