added default prettierrc file

This commit is contained in:
tomit4 2021-09-27 11:14:26 -07:00
parent 2517c87bb1
commit 104f366736

6
prettierrc.txt Normal file
View file

@ -0,0 +1,6 @@
trailingComma: "all"
tabWidth: 4
semi: false
singleQuote: true
bracketSpacing: true
arrowParens: "avoid"