From 2478e61c3061873f9c5e78f606caa617e5b1b534 Mon Sep 17 00:00:00 2001 From: wkarts <57051272+wkarts@users.noreply.github.com> Date: Sun, 25 Aug 2024 04:13:30 -0300 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 258042d2df7..034d55f4400 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,6 +30,7 @@ ], "keyword-spacing": [ "warn" - ] + ], + "linebreak-style": "off" } -} \ No newline at end of file +}