Ignore console statements in test/ directory because yolo
This commit is contained in:
parent
70396e2f36
commit
c3751c2efc
|
@ -19,3 +19,5 @@ rules:
|
|||
mocha/no-pending-tests: error
|
||||
mocha/no-return-and-callback: warn
|
||||
mocha/no-skipped-tests: error
|
||||
|
||||
no-console: off # ¯\_(ツ)_/¯
|
||||
|
|
Loading…
Reference in New Issue