lint: disable no-console

This commit is contained in:
Thomas Amland 2021-04-25 11:32:14 +02:00
parent 8229276683
commit 60a1b7f70b

View File

@ -22,7 +22,7 @@ module.exports = {
'vue/component-tags-order': ['error', { 'vue/component-tags-order': ['error', {
order: ['template', 'style', 'script'] order: ['template', 'style', 'script']
}], }],
'no-console': 'warn', 'no-console': 'off',
'no-debugger': 'warn', 'no-debugger': 'warn',
'no-useless-constructor': 'off', // Crashes eslint 'no-useless-constructor': 'off', // Crashes eslint
'no-empty-pattern': 'off', 'no-empty-pattern': 'off',