Skip to content

Commit

Permalink
fix(prettier): double quote jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
darenmalfait committed Dec 2, 2024
1 parent 185b61c commit 3e6be09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const config = {
endOfLine: 'lf',
htmlWhitespaceSensitivity: 'css',
insertPragma: false,
jsxSingleQuote: true,
jsxSingleQuote: false,
printWidth: 80,
proseWrap: 'always',
quoteProps: 'as-needed',
Expand Down

0 comments on commit 3e6be09

Please sign in to comment.