Create .prettierrc

This commit is contained in:
Justin Edmund 2022-12-05 17:53:11 -08:00
parent 95fc9b142a
commit 6d6eaf59ee

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"prettier.semi": false,
"tabWidth": 2,
"singleQuote": true
}