From 1b4faee50dda6034b193e177ae95ea005dd2a9c0 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:51:46 +0300 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1841e40d..c4f65cd0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,7 +22,7 @@ "no-case-declarations": "off", "linebreak-style": [ "error", - "unix" + "windows" ], "quotes": [ "error",