1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: add prettier

This commit is contained in:
LunaGod
2021-03-22 10:12:16 +08:00
parent 8a6b8b91ef
commit a89b61672a
3 changed files with 13 additions and 1 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
semi: true
tabWidth: 2
singleQuote: true
printWidth: 80
trailingComma: none