From 073fce5f89385915d378d1c2f5c22163747d1c31 Mon Sep 17 00:00:00 2001 From: mbalsdon Date: Tue, 1 Mar 2022 01:53:35 -0800 Subject: [PATCH] turn off eslint linebreak-style errors --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b3f60d6..46f1ae1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,7 +47,7 @@ "SwitchCase": 1 } ], - "linebreak-style": ["warn", "windows"], + "linebreak-style": 0, "quotes": ["error", "double", { "avoidEscape": true }], "semi": ["error", "always"] }