Skip to content

Commit

Permalink
fix(prettier): jsxBracketSameLine -> bracketSameLine
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Aug 24, 2022
1 parent 4b01d0f commit 02ab65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
endOfLine: 'lf',
htmlWhitespaceSensitivity: 'css',
insertPragma: false,
jsxBracketSameLine: false,
bracketSameLine: false,
jsxSingleQuote: false,
printWidth: 80,
proseWrap: 'always',
Expand Down

0 comments on commit 02ab65a

Please sign in to comment.