From: Dan Allen Date: Sat, 11 Apr 2020 09:42:51 +0000 (-0600) Subject: allow use of void keyword X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc7f9bc8e1aa3dd1668b3691918c6155c6675f71;p=eg-antora.git allow use of void keyword --- diff --git a/.eslintrc b/.eslintrc index fc50489..646b883 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,6 +9,7 @@ "exports": "always-multiline" }], "max-len": [1, 120, 2], + "no-void": "off", "spaced-comment": "off" } }