chore: run eslint command in dev command

This commit is contained in:
ValdiANS
2025-09-30 15:45:33 +07:00
parent 3be69eeff8
commit 037e4776a8
+1 -1
View File
@@ -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"