fix .prettierrc option for trailingComma

This commit is contained in:
data 2019-06-22 10:17:03 -04:00
parent bc0335d3ec
commit c0f136bee3

View File

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