From 6012cb7bd10e5222a3a888d22549d148bb96953e Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:39:47 +0100 Subject: [PATCH] chore(lint): lenient eol (#578) * chore(lint): lenient eol --- .eslintrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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