Fix .prettierrc to proper json

This commit is contained in:
fabioberger 2019-11-12 10:45:20 +00:00
parent 66dce8794d
commit b2c0f8c158

View File

@ -1,6 +1,6 @@
{ {
"tabWidth": 4,
"printWidth": 120, "printWidth": 120,
"trailingComma": all, "tabWidth": 4,
"singleQuote": true "singleQuote": true,
"trailingComma": "all"
} }