Skip to content

Commit

Permalink
fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcwoshizz committed Mar 9, 2023
1 parent 3c1a79e commit 5f21f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-mirrors-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zcloak/dev": patch
---

fix prettier config
1 change: 0 additions & 1 deletion packages/dev/config/prettier.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
htmlWhitespaceSensitivity: 'ignore',
jsxBracketSameLine: false,
jsxSingleQuote: true,
parser: 'typescript',
printWidth: 120,
proseWrap: 'preserve',
quoteProps: 'as-needed',
Expand Down

0 comments on commit 5f21f5b

Please sign in to comment.