chore: turn on no-console and no-debugger (#6145)

This commit is contained in:
Xin Du (Clark) 2019-07-27 22:30:50 +01:00 committed by GitHub
parent 1ebf6cbfa0
commit 0cd823c300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ module.exports = {
"globals": {
"BigInt": true
},
rules: {
'no-console': 'error',
'no-debugger': 'error'
},
overrides: [{
files: [ 'test/fixtures/*/.nuxt*/**' ],
rules: {