Skip to content

Commit

Permalink
feat: enable no-console (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Dec 19, 2021
1 parent d6584f9 commit f14103a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
plugins: ['node'],
rules: {
// override recommended
'no-console': 'off',
'no-empty': ['error', { allowEmptyCatch: true }],
'no-unused-vars': ['error', { args: 'none' }],
// Possible Errors
Expand Down

0 comments on commit f14103a

Please sign in to comment.