update eslintrc.js
This commit is contained in:
parent
18c3e257a4
commit
88059eecfa
|
|
@ -9,6 +9,7 @@ module.exports = {
|
|||
'generator-star-spacing': 'off',
|
||||
// allow debugger during development
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'vue/no-parsing-error': [2, { 'x-invalid-end-tag': false }]
|
||||
'vue/no-parsing-error': [2, { 'x-invalid-end-tag': false }],
|
||||
'no-undef': 'off'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue