From 733f7aa91cd7beffbc13a80153692f1ad76e461a Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 15 Nov 2020 15:17:09 -0800 Subject: [PATCH] Enable default-param-last rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 947fee28b9e..30bf934ba93 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, -- GitLab