From 23f22d1fa6ebbfe9756b0619c76f1f359bd17222 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Thu, 9 May 2019 08:45:00 +0200 Subject: [PATCH] Add no-console as a warning Signed-off-by: Pedro Ferreira --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index b826a37..cdd673f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,7 @@ module.exports = { // wrong. "import/first": ["warn"], "indent": ["warn"], + "no-console": ["warn"], "no-multiple-empty-lines": ["warn"], "no-multi-spaces": ["warn"], "object-curly-spacing": ["warn"],