Fix Single Quote

This commit is contained in:
Samuel W
2020-05-09 00:07:57 +08:00
parent c87e5472ec
commit cabbd611ed
7 changed files with 192 additions and 186 deletions

6
.prettierrc Normal file
View File

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