Fix lint script to use eslint CLI

This commit is contained in:
Alexa Amundson
2025-11-23 17:09:16 -06:00
parent 9c4c17b4c4
commit 2440c4396f

View File

@@ -8,7 +8,7 @@
"build": "next build", "build": "next build",
"start": "bun run src/index.ts", "start": "bun run src/index.ts",
"start:dev": "next start -p ${PORT:-3000}", "start:dev": "next start -p ${PORT:-3000}",
"lint": "next lint", "lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings=0",
"test": "vitest" "test": "vitest"
}, },
"keywords": [ "keywords": [