Skip to content

Commit

Permalink
chore(prettier): remove trailingComma and change semi to false
Browse files Browse the repository at this point in the history
  • Loading branch information
hisasann committed Mar 14, 2019
1 parent 9c40ad1 commit f308a93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .prettierrc.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# .prettierrc.toml
trailingComma = "all"
semi = true
singleQuote = true
semi = false
singleQuote = true

0 comments on commit f308a93

Please sign in to comment.