Add .prettierrc to enforce single quotes with Prettier

This commit is contained in:
harshnilve28 2025-07-30 12:59:03 +05:30
parent 477ed86864
commit e9337a5a46

3
.prettierrc Normal file
View File

@ -0,0 +1,3 @@
{
"singleQuote": true
}