Skip to content

Commit

Permalink
chore: add prettier dev dep and script for lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Oct 29, 2024
1 parent ac07ce9 commit 96bbe10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"vercel-build": "echo \"Hello\"",
"prepare": "husky install",
"test": "vitest run --config vitest.config.ts",
"healthcheck": "curl -f http://localhost:4000/health"
"healthcheck": "curl -f http://localhost:4000/health",
"lint": "prettier --cache --write .",
"lint:ci": "prettier --cache --check ."
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,6 +42,7 @@
"devDependencies": {
"@types/node": "^22.7.4",
"husky": "^8.0.3",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
Expand Down

0 comments on commit 96bbe10

Please sign in to comment.