lint: disable no-console
This commit is contained in:
parent
8229276683
commit
60a1b7f70b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user