Skip to content

Commit

Permalink
Lint out console.log-s
Browse files Browse the repository at this point in the history
This eslint rule will help catch console.log-s and similar in the codd
  • Loading branch information
gparlakov authored Dec 6, 2024
1 parent f4384d8 commit 6cda37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ module.exports = {
message: 'Please use next-i18next',
},
],
no-console: ["error", { allow: ["warn", "error"] }]
},
}

0 comments on commit 6cda37e

Please sign in to comment.