Add prettier

This commit is contained in:
thomasabishop 2022-03-19 11:11:17 +00:00
parent f5cd11a30e
commit f495c74869

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 80
}