prettier config update

This commit is contained in:
Tudor Stanciu 2020-04-10 01:47:37 +03:00
parent 01cc5ddf7c
commit 951f495f44

View File

@ -1,3 +1,6 @@
{
"trailingComma": "none"
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}