From 037e4776a8af78da3d1f9a41c7fc95ae0d80cb32 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 30 Sep 2025 15:45:33 +0700 Subject: [PATCH] chore: run eslint command in dev command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c88a9618..93fd5b8d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev --turbopack", + "dev": "eslint && next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint"