fixed prettier comma styling

This commit is contained in:
notnull 2019-06-21 17:51:50 -04:00
parent 6816b61533
commit 7138571589

View File

@ -1,4 +1,4 @@
trailingComma: "es5"
trailingComma: "always"
tabWidth: 2
semi: false
singleQuote: true