From c8dab42bac8110cd57935d04fb69be9a0784f297 Mon Sep 17 00:00:00 2001 From: ori agranat Date: Sun, 29 Mar 2020 01:30:44 +0300 Subject: [PATCH] disable eslint error --- chameleon-client/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chameleon-client/.eslintrc.js b/chameleon-client/.eslintrc.js index fa60bcbb4..4f5078b22 100644 --- a/chameleon-client/.eslintrc.js +++ b/chameleon-client/.eslintrc.js @@ -8,7 +8,7 @@ module.exports = { 'eslint:recommended' ], rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'no-console': 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' }, parserOptions: {