Skip to content

Commit 4ffd0f3

Browse files
committed
chore: 🔧 add prettier file configuration
1 parent 9662959 commit 4ffd0f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": true,
3+
"singleQuote": true,
4+
"printWidth": 80,
5+
"trailingComma": "es5",
6+
"tabWidth": 2
7+
}

0 commit comments

Comments
 (0)