Skip to content

Commit

Permalink
fix(format): format files
Browse files Browse the repository at this point in the history
Old command would just print formatted files to the console.
  • Loading branch information
xav-ie committed Sep 15, 2024
1 parent aa67ec4 commit 636fc3a
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 @@ -15,7 +15,7 @@
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"format": "prettier --write .",
"format": "prettier --cache --write .",
"lint": "eslint . .*js --max-warnings 0",
"lint:knip": "knip",
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
Expand Down

0 comments on commit 636fc3a

Please sign in to comment.