Skip to content

Commit

Permalink
chore: add .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0am1-dev committed Dec 11, 2020
1 parent f479b50 commit f0e21eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
printWidth: 100
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
trailingComma: "none"
bracketSpacing: true
jsxBracketSameLine: false
jsxSingleQuote: true
fluid: false
arrowParens: "avoid"

0 comments on commit f0e21eb

Please sign in to comment.