Add '.prettierrc'

This commit is contained in:
Ray Elliott 2020-05-15 21:40:05 +03:00
parent 2ffba0051a
commit 078d9ab766
1 changed files with 7 additions and 0 deletions

7
.prettierrc Normal file
View File

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