Skip to content

Commit

Permalink
Update lint command to use debug-check for Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sensasi-delight committed Dec 13, 2024
1 parent 9fd76cc commit 878a7eb
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 @@ -7,7 +7,7 @@
"dev": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "prettier --check .",
"lint": "prettier --debug-check .",
"lint:fix": "prettier --write .",
"check:update": "ncu",
"update": "ncu -u -t patch && npm update",
Expand Down

0 comments on commit 878a7eb

Please sign in to comment.