Skip to content

Commit

Permalink
align prettier with latest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Dec 6, 2021
1 parent 28c5c6d commit 0ede59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/.prettierrc.js.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
bracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
semi: true,
Expand Down
2 changes: 1 addition & 1 deletion lib/pre-write.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function createEarlyFiles() {
// }
const prettierRc = `module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
bracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
semi: true,
Expand Down

0 comments on commit 0ede59f

Please sign in to comment.