Skip to content

Commit

Permalink
chore: setting eslint command
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarudgh committed Mar 27, 2024
1 parent 313804f commit 7908db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
"prepare": "husky install",
"eslint": "eslint ."
},
"dependencies": {
"axios": "^1.6.8",
Expand Down

0 comments on commit 7908db8

Please sign in to comment.