Browse Source

Ignore console statements in test/ directory because yolo

Peter deHaan 7 years ago
parent
commit
c3751c2efc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/.eslintrc.yml

+ 2 - 0
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 # ¯\_(ツ)_/¯