|
@ -19,6 +19,9 @@ module.exports = { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
rules: { |
|
|
rules: { |
|
|
|
|
|
'no-underscore-dangle': 'off', |
|
|
|
|
|
'arrow-parens': 'off', |
|
|
|
|
|
'class-methods-use-this': 'off', |
|
|
'no-console': 'warn', |
|
|
'no-console': 'warn', |
|
|
'no-debugger': 'warn', |
|
|
'no-debugger': 'warn', |
|
|
'vue/max-attributes-per-line': ['error', { |
|
|
'vue/max-attributes-per-line': ['error', { |
|
|