chore: configure prettier

This commit is contained in:
NateScarlet
2019-04-25 20:51:11 +08:00
parent 18e0ff2395
commit 5c5caec9b8
4 changed files with 55 additions and 39 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"singleQuote": false,
"semi": true,
"tabWidth": 4
}