diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index fe2660bd9..638b2d891 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -5,7 +5,8 @@ module.exports = { }, extends: ['plugin:vue/essential'], rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', + // TODO no console! + 'no-console': 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' }, parserOptions: {