Skip to content

Commit 57f14c1

Browse files
fixed "error Delete ␍ prettier/prettier" Issue
1 parent 964fa00 commit 57f14c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"tabWidth": 2,
1515
"trailingComma": "none",
1616
"useTabs": false,
17-
"quoteProps": "as-needed"
17+
"quoteProps": "as-needed",
18+
"endOfLine":"auto"
1819
}

0 commit comments

Comments
 (0)