Skip to content

Commit

Permalink
Allow Prettier to handle all supported files
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Apr 2, 2024
1 parent f26660d commit 379b2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prebuild": "pnpm clean",
"build": "tsup",
"clean": "rimraf dist",
"format": "prettier --write src test && pnpm dlx sort-package-json",
"format": "prettier --write . && pnpm dlx sort-package-json",
"start": "pnpm build -- --watch",
"test": "vitest run"
},
Expand Down

0 comments on commit 379b2ae

Please sign in to comment.