Skip to content

Commit

Permalink
chore(build): update the prettier config (#476)
Browse files Browse the repository at this point in the history
chore(build): update the prettier config
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Dec 5, 2018
1 parent 555ddf0 commit 11269c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/*
samples/node_modules/*
src/**/doc/*
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
bracketSpacing: false
printWidth: 80
semi: true
singleQuote: true
tabWidth: 2
trailingComma: es5
useTabs: false

0 comments on commit 11269c1

Please sign in to comment.