add prettierrc

This commit is contained in:
Ishaan Dey 2024-05-25 22:19:32 -07:00
parent 74bb83f3ed
commit e164bd87cb

5
frontend/.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": false
}