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": {