From ce9882a9c85f0a014e971e94202ee72a16afe3a5 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Mon, 17 Dec 2018 06:58:32 -0500 Subject: [PATCH] allow console statments for eslint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index f401e3b..5350da8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,5 +12,6 @@ module.exports = { browser: true }, rules: { + 'no-console': 'off' } };