Update '.prettierrc'

This commit is contained in:
Ray Elliott 2020-05-15 21:41:38 +03:00
parent 078d9ab766
commit 8c4c593225
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"trailingComma": "es5",
"useTabs": true,
"tabWidth": 4,
"semi": false,
"semi": true,
"singleQuote": true
}