Skip to content

Commit 8c787fa

Browse files
committed
[DXDOCS-129] fix: set prettier config
1 parent 674eced commit 8c787fa

File tree

2 files changed

+3551
-4229
lines changed

2 files changed

+3551
-4229
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"singleQuote": true,
3+
"arrowParens": "always",
4+
"printWidth": 120,
5+
"trailingComma": "es5"
6+
}

0 commit comments

Comments
 (0)