Skip to content

Commit 00ecd19

Browse files
Added prettier config
1 parent c508a92 commit 00ecd19

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+
"trailingComma": "es5",
3+
"tabWidth": 4,
4+
"semi": true,
5+
"singleQuote": true,
6+
"printWidth": 100
7+
}

0 commit comments

Comments
 (0)