Skip to content

Commit

Permalink
chore: enable no console logs eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Jan 15, 2024
1 parent 3f97dc2 commit 60fa2e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
rules: {
'no-console': ['error', { allow: ['warn', 'error'] }],
},
};

0 comments on commit 60fa2e3

Please sign in to comment.