add a default prettierrc to my dotfiles/config files

This commit is contained in:
juancwu 2023-10-01 14:41:43 -04:00
commit db375cbc86
No known key found for this signature in database

6
.config/.prettierrc.json Normal file
View file

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