Skip to content

Commit

Permalink
build: add config for Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided committed Jul 30, 2020
1 parent 38dc9b3 commit e1f0be2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
printWidth: 120
tabWidth: 2
useTabs: false
semi: true
singleQuote: true
trailingComma: es5
bracketSpacing: true
arrowParens: avoid

0 comments on commit e1f0be2

Please sign in to comment.