Simplify prettier command

This commit is contained in:
Dolan Miu
2018-02-10 17:56:52 +00:00
parent cb8e9fdd36
commit ab05ccb846
2 changed files with 6 additions and 1 deletions

5
.prettierrc.yml Normal file
View File

@ -0,0 +1,5 @@
trailingComma: all
printWidth: 140
tabWidth: 4
arrowParens: always
bracketSpacing: true