Skip to content

Commit 60ccedd

Browse files
authored
Merge pull request #1854 from almaskhanwazir/changes_by_almas_khan
fixed "error Delete ␍ prettier/prettier" Issue #1850
2 parents 9f9ff88 + d83bf93 commit 60ccedd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
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)