chore: add prettier config

This commit is contained in:
Michael Chris Lopez
2021-10-29 17:00:45 +08:00
parent a37860d3cc
commit d4bbd3aaa0
2 changed files with 7 additions and 1 deletions

6
.prettierrc Normal file
View File

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