add new prettier conf file

This commit is contained in:
Michael Peters 2023-01-09 14:10:45 -08:00
parent 5b418c4f00
commit bdb35678ae

4
.prettierrc.yml Normal file
View File

@ -0,0 +1,4 @@
trailingComma: "es5"
tabWidth: 4
semi: true
singleQuote: true