diff --git a/.eslintrc.json b/.eslintrc.json
index 9e05ffd3bbf624b971744663397094336e140e43..40306b2f37321f533f26f843fc27e6b391ab859d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -87,6 +87,7 @@
 				"allowSingleLine": true
 			}
 		],
+		"no-sequences": "warn",
 		"jsdoc/check-alignment": 1,
 		"jsdoc/check-examples": 0, // interferes with SugarCube examples
 		"jsdoc/check-indentation": 0,