From c3751c2efc3a67f7688d59994c6da5a432996602 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sun, 23 Jul 2017 00:06:24 -0700 Subject: [PATCH] Ignore console statements in test/ directory because yolo --- test/.eslintrc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/.eslintrc.yml b/test/.eslintrc.yml index b65502fd..dd9f4ba4 100644 --- a/test/.eslintrc.yml +++ b/test/.eslintrc.yml @@ -19,3 +19,5 @@ rules: mocha/no-pending-tests: error mocha/no-return-and-callback: warn mocha/no-skipped-tests: error + + no-console: off # ¯\_(ツ)_/¯