diff --git a/.eslintrc.json b/.eslintrc.json
index 53fe05f604c3f02abae9fe53bacc05093d7c413d..c43caf1d84c8b3f96761dc94b952c936e17edd0d 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,