Skip to content

Commit

Permalink
chore: Update prettier.config.js to use bracketSameLine instead of js…
Browse files Browse the repository at this point in the history
…xBracketSameLine
  • Loading branch information
ehte92 committed Jul 8, 2024
1 parent 192dfc3 commit 82a5d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
htmlWhitespaceSensitivity: 'ignore',
insertPragma: false,
// jsxBracketSameLine: false, // Deprecated
bracketSameLine: false, // Use this if your Prettier version supports it
bracketSameLine: false, // Updated to this
jsxSingleQuote: false,
printWidth: 120,
proseWrap: 'preserve',
Expand Down

0 comments on commit 82a5d28

Please sign in to comment.