Skip to content

Commit

Permalink
feat: add prettier file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawulin001 committed Jun 17, 2021
1 parent 4b0ee62 commit 4501e70
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
dist/
LICENSE.md
.prettierrc
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
semi: false
tabWidth: 2
singleQuote: true
printWidth: 80
trailingComma: none

0 comments on commit 4501e70

Please sign in to comment.