mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: add live server prettier config (#6287)
This commit is contained in:
committed by
GitHub
parent
8d7425a3b7
commit
94f421f27d
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"
|
||||
}
|
||||
Reference in New Issue
Block a user