Skip to content

Commit 0cd823c

Browse files
authored
chore: turn on no-console and no-debugger (nuxt#6145)
1 parent 1ebf6cb commit 0cd823c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ module.exports = {
1313
"globals": {
1414
"BigInt": true
1515
},
16+
rules: {
17+
'no-console': 'error',
18+
'no-debugger': 'error'
19+
},
1620
overrides: [{
1721
files: [ 'test/fixtures/*/.nuxt*/**' ],
1822
rules: {

0 commit comments

Comments
 (0)