Skip to content

Commit

Permalink
Revert "allow console.log()"
Browse files Browse the repository at this point in the history
This reverts commit dba61b8.
  • Loading branch information
ryota-murakami committed Jul 9, 2023
1 parent 26c1e38 commit f4632b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
},
],
'no-alert': 'error',
'no-console': 'error',
'no-constant-binary-expression': 'error',
'no-constant-condition': 'error',
'no-dupe-args': 'error',
Expand Down

0 comments on commit f4632b4

Please sign in to comment.