chore: add live server prettier config (#6287)

This commit is contained in:
Aaryan Khandelwal 2024-12-27 21:03:20 +05:30 committed by GitHub
parent 8d7425a3b7
commit 94f421f27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

6
live/.prettierignore Normal file
View file

@ -0,0 +1,6 @@
.next
.turbo
out/
dist/
build/
node_modules/

5
live/.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "es5"
}