feat: configure .prettierrc

This commit is contained in:
idkwhttsay
2024-10-19 13:00:56 -04:00
committed by Mark Goltsman
parent 302e78b2cf
commit 8dcd3feea7
3 changed files with 57 additions and 0 deletions

6
.prettierrc Normal file
View File

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