diff --git a/.prettierrc b/.prettierrc index 171c7f2c0b..9cc9315ed1 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,6 @@ { "parser": "flow", "singleQuote": true, - "trailingComma": "all" + "trailingComma": "all", + "endOfLine": "lf" }