Add prettierrc.json

This commit is contained in:
Tee
2021-03-15 08:45:16 -04:00
parent 904c92bb9b
commit 523201535d

6
.prettierrc.json Normal file
View File

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