Skip to content

Commit

Permalink
make linter stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Jan 27, 2025
1 parent b92fa6f commit 445db8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "next lint --max-warnings=0",
"clean": "rm -rf .next package-lock.json node_modules"
},
"dependencies": {
Expand Down

0 comments on commit 445db8d

Please sign in to comment.