From 8f793d258da0657dd118d0cdc69055cc5245aee3 Mon Sep 17 00:00:00 2001 From: Jin Yucong Date: Fri, 5 Jul 2024 15:56:46 +0800 Subject: [PATCH] update --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index bec350a..3b1a7f0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -7,7 +7,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", + "lint": "eslint .", "format:write": "prettier . --write" }, "dependencies": {