diff --git a/.prettierrc b/.prettierrc index 39d926e25..b0a179d48 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,5 @@ { "singleQuote": true, "trailingComma": "none", - "arrowParens": "avoid", - "endOfLine": "crlf" + "arrowParens": "avoid" }