diff --git a/.eslintrc.json b/.eslintrc.json
index 947fee28b9ef24511c5af5bf9d6294fd8a02f21e..30bf934ba9360794ff8d9cd4aca78518a1fde005 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -94,6 +94,7 @@
 		],
 		"no-sequences": "warn",
 		"no-unreachable-loop": "warn",
+		"default-param-last": "warn",
 		"jsdoc/check-alignment": 1,
 		"jsdoc/check-examples": 0, // interferes with SugarCube examples
 		"jsdoc/check-indentation": 0,