Skip to content

Commit 730cd67

Browse files
committed
chore: add prettierrc to enforce consistent coding style
1 parent a3590b9 commit 730cd67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prettierrc

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

0 commit comments

Comments
 (0)