chore: add prettier config, closes #78

This commit is contained in:
EGOIST 2022-05-22 16:42:15 +08:00
parent e37df7c269
commit 6f88b76722
1 changed files with 6 additions and 0 deletions

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"singleQuote": false,
"semi": false,
"trailingComma": "all",
"endOfLine": "lf"
}