Skip to content

Commit

Permalink
fix: lint script error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift committed May 14, 2024
1 parent a0c9ba8 commit 3af4a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": "eslint ./src ./app",
"lint": "eslint ./src",
"lint:staged": "lint-staged",
"lint:fix": "eslint ./src ./app --fix",
"test": "echo \"Skipping tests ...\" && exit 0",
Expand Down

0 comments on commit 3af4a6e

Please sign in to comment.