Skip to content

Commit 7ac2e31

Browse files
committed
Fixed pipeline linting failure
1 parent 19f22ab commit 7ac2e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arrowParens": "avoid",
33
"bracketSpacing": true,
4-
"endOfLine": "crlf",
4+
"endOfLine": "auto",
55
"bracketSameLine": true,
66
"printWidth": 140,
77
"semi": true,

0 commit comments

Comments
 (0)