mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +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": {
|
"globals": {
|
||||||
"BigInt": true
|
"BigInt": true
|
||||||
},
|
},
|
||||||
|
rules: {
|
||||||
|
'no-console': 'error',
|
||||||
|
'no-debugger': 'error'
|
||||||
|
},
|
||||||
overrides: [{
|
overrides: [{
|
||||||
files: [ 'test/fixtures/*/.nuxt*/**' ],
|
files: [ 'test/fixtures/*/.nuxt*/**' ],
|
||||||
rules: {
|
rules: {
|
||||||
|
Loading…
Reference in New Issue
Block a user