Skip to content

Commit be1d2fb

Browse files
committed
Add more format options to prettier
* This could make the code more consistent across all project
1 parent 56ad5fe commit be1d2fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"printWidth": 120
2+
"printWidth": 120,
3+
"semi": false,
4+
"singleAttributePerLine": true
35
}

0 commit comments

Comments
 (0)