chore: new prettier config

This commit is contained in:
Aleksandr Bukhalo 2020-03-17 09:47:30 +03:00
parent 02a389fb77
commit 5cf452784f

View File

@ -1,5 +1,4 @@
{
"trailingComma": "es5",
"singleQuote": true,
"semi": false
"trailingComma": "none",
"singleQuote": true
}