From e0ac1966b3e0c3fecfb55670f8b44fc30050b6a7 Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:29:53 +0200 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 10db6fa..bd9f2da 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,7 +32,7 @@ module.exports = { ], 'comma-dangle': [ 'error', - 'never' + 'only-multiline' ], 'comma-spacing': 'off', 'comma-style': [