Skip to content

Commit b9aa57c

Browse files
committed
Added prettier config with single quotes.
Not yet enforcing prettier on the code base. This is for future changes. And if we will chose to prettify the entire code base, I prefer single quotes since we have been using them in all across the documentation.
1 parent 86c4b8d commit b9aa57c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.prettierrc

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

0 commit comments

Comments
 (0)