Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 2c59015

Browse files
committed
chore: add prettier config for app
1 parent 1a23009 commit 2c59015

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": false,
5+
"singleQuote": true
6+
}

0 commit comments

Comments
 (0)