From ecd4688ec9eb8f97321f17257b85362d526a7a9c Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Fri, 13 Dec 2024 15:29:50 +0800 Subject: [PATCH] test: ues next lint --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9928853dc..5c1fc4f71 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "dev": "next dev -p 3040", "start": "node .next/standalone/server.js", - "lint": "eslint", - "lint:fix": "eslint --fix", + "lint": "next lint", + "lint:fix": "next lint --fix", "format": "prettier --write .", "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/", "build-dev": "next build",