mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
chore: turn on no-console and no-debugger (#6145)
This commit is contained in:
parent
1ebf6cbfa0
commit
0cd823c300
@ -13,6 +13,10 @@ module.exports = {
|
||||
"globals": {
|
||||
"BigInt": true
|
||||
},
|
||||
rules: {
|
||||
'no-console': 'error',
|
||||
'no-debugger': 'error'
|
||||
},
|
||||
overrides: [{
|
||||
files: [ 'test/fixtures/*/.nuxt*/**' ],
|
||||
rules: {
|
||||
|
Loading…
Reference in New Issue
Block a user