From 522691bdbe29dfb9af17cd85dab40edcb304b479 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Fri, 19 May 2023 22:10:58 +0300 Subject: [PATCH] Fixed tests --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 54c58aa..36e8199 100644 --- a/.eslintrc +++ b/.eslintrc @@ -189,7 +189,7 @@ "key-spacing": "error", "keyword-spacing": "error", "line-comment-position": "error", - "linebreak-style": ["error", "windows"], + "linebreak-style": "off", "@typescript-eslint/lines-around-comment": ["error", { "allowClassStart": true, "allowInterfaceStart": true,