Skip to content

Commit

Permalink
chore: add Prettier script to format app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lkumawat-hexure committed Jan 23, 2025
1 parent eda10b1 commit a2b4678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "remix vite:build",
"dev": "remix vite:dev",
"test": "vitest --run",
"prettier": "prettier --write app/",
"test:watch": "vitest",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit a2b4678

Please sign in to comment.