chore: add live server prettier config (#6287)
This commit is contained in:
parent
8d7425a3b7
commit
94f421f27d
2 changed files with 11 additions and 0 deletions
6
live/.prettierignore
Normal file
6
live/.prettierignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
.next
|
||||||
|
.turbo
|
||||||
|
out/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
node_modules/
|
||||||
5
live/.prettierrc
Normal file
5
live/.prettierrc
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"printWidth": 120,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"trailingComma": "es5"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue