diff --git a/.eslintrc.js b/.eslintrc.js index 5d1d8cd..92ccaae 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,7 +22,7 @@ module.exports = { 'vue/component-tags-order': ['error', { order: ['template', 'style', 'script'] }], - 'no-console': 'warn', + 'no-console': 'off', 'no-debugger': 'warn', 'no-useless-constructor': 'off', // Crashes eslint 'no-empty-pattern': 'off',