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' } };