From b4e77bed0f075c11679989efb988d27fcf0d99fd Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Tue, 2 Aug 2022 21:25:40 +0300 Subject: [PATCH] eslint config changed --- web/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.eslintrc b/web/.eslintrc index 344d47b..90c95bd 100644 --- a/web/.eslintrc +++ b/web/.eslintrc @@ -9,7 +9,7 @@ "printWidth": 120, "arrowParens": "avoid", // Allow single argument without parentheses in arrow functions "semi": false, - "endOfLine": "crlf" + "endOfLine": "auto" }], "import/no-anonymous-default-export": 0, // Allow "export default" "import/prefer-default-export": 0,