From df6c73e6f85742d7250a98e7d82f11a45701fdcc Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 08:53:05 -0400 Subject: eslint: don't error over unexpected multiline --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index b6437c80..5568290a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ }, "rules": { "indent": ["off"], + "no-unexpected-multiline": ["off"], "no-unused-labels": ["off"], "no-unused-vars": ["error", { "argsIgnorePattern": "^_", -- cgit 1.3.0-6-gf8a5