diff --git a/.eslintrc b/.eslintrc index 22846dfb2..7c82b809e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -50,6 +50,11 @@ "varsIgnorePattern": "^_" } ], - "prettier/prettier": "warn" + "prettier/prettier": [ + "warn", + { + "endOfLine": "auto" + } + ] } } \ No newline at end of file