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

Commit 21a8a99

Browse files
committed
chore: Add .prettierrc
1 parent 8f97398 commit 21a8a99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierrc

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

0 commit comments

Comments
 (0)