From b74ea5b65e5ac5c19b0cd40a9bcc48a1f14f5813 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 15 Nov 2020 15:27:07 -0800
Subject: [PATCH] Remove default-param-last again because it doesn't know how
 to deal with non-defaulted optional parameters

---
 .eslintrc.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index 30bf934ba93..947fee28b9e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -94,7 +94,6 @@
 		],
 		"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,
-- 
GitLab