diff --git a/.eslintrc.js b/.eslintrc.js index 7ac7acf..8ab68ce 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,8 +11,8 @@ module.exports = { parser: 'babel-eslint' }, rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', + 'no-console': 'off', + 'no-debugger': 'off', 'vue/html-closing-bracket-newline': 'off', 'vue/html-indent': 'off', 'vue/html-self-closing': 'off',