|
|
@ -27,6 +27,7 @@ module.exports = { |
|
|
|
'no-unused-expressions': 'off', |
|
|
|
'vue/no-mutating-props': 'off', |
|
|
|
'vue/no-multiple-template-root': 'off', |
|
|
|
'vue/no-v-model-argument': 'off', |
|
|
|
'no-shadow': ['error', { builtinGlobals: false, hoist: 'functions', allow: [] }], |
|
|
|
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
|
|
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
|
|
|