Skip to content

Commit 781fc28

Browse files
committed
feat(prettier): setup prettier
1 parent 84d95d1 commit 781fc28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.prettierrc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"singleQuote": true,
3-
"trailingComma": "all",
3+
"arrowParens": "always",
4+
"printWidth": 120,
5+
"endOfLine": "lf",
46
"semi": false,
5-
"arrowParens": "always"
7+
"trailingComma": "none"
68
}

0 commit comments

Comments
 (0)