Fix lint script to use eslint CLI
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user