From 94a199d52f047123fbaca1986741eea1a34d1e3f Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Wed, 12 Jan 2022 19:53:37 -0500 Subject: [PATCH] Remove comma-dangle rule --- .eslintrc.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 53fe05f604c..c43caf1d84c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -112,13 +112,6 @@ "keyword-spacing": "warn", "no-template-curly-in-string": "error", "operator-linebreak": ["warn", "after", { "overrides": { "?": "before", ":": "before" }}], - "comma-dangle": ["warn", { - "arrays": "always-multiline", - "objects": "always-multiline", - "functions": "never", - "imports": "never", - "exports": "never" - }], "jsdoc/check-alignment": 1, "jsdoc/check-examples": 0, // interferes with SugarCube examples "jsdoc/check-indentation": 0, -- GitLab