From 47a61f475acc8ad7eda0afd0f398b2fd2eae9503 Mon Sep 17 00:00:00 2001 From: Adrian Cable Date: Fri, 19 Jul 2019 12:10:01 -0700 Subject: [PATCH] Added no-console option --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index dc413e5..9c7fcfa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,6 +28,7 @@ module.exports = { 'semi': [ 'error', 'always' - ] + ], + 'no-console': 'off' } };