Skip to content

Commit

Permalink
Make JSX options consistent with Standard (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv authored Aug 11, 2023
1 parent d9a48d2 commit 7352f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"arrowParens": "always",
"bracketSameLine": true,
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
Expand Down

0 comments on commit 7352f46

Please sign in to comment.