allow use of void keyword
authorDan Allen <dan@opendevise.com>
Sat, 11 Apr 2020 09:42:51 +0000 (03:42 -0600)
committerDan Allen <dan@opendevise.com>
Sat, 11 Apr 2020 09:42:51 +0000 (03:42 -0600)
.eslintrc

index fc50489..646b883 100644 (file)
--- a/.eslintrc
+++ b/.eslintrc
@@ -9,6 +9,7 @@
       "exports": "always-multiline"
     }],
     "max-len": [1, 120, 2],
+    "no-void": "off",
     "spaced-comment": "off"
   }
 }