Skip to content

Commit

Permalink
add prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Oct 1, 2020
1 parent d33fcb1 commit 9c263ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: true,
semi: false,
trailingComma: 'none'
}

0 comments on commit 9c263ca

Please sign in to comment.