apply prettier formatting

This commit is contained in:
Resi Respati
2018-08-01 11:49:15 +07:00
parent a0563bf15e
commit ebc46fb96e
2 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
"tabWidth": 2,
"printWidth": 120,
"singleQuote": false,
"trailingComma": "es5"
"trailingComma": "none"
}