Skip to content

Commit

Permalink
chore(eslint): update rule no-console
Browse files Browse the repository at this point in the history
- set reporting to `warn`
  • Loading branch information
SimonGolms committed Aug 25, 2022
1 parent 7df657b commit fdb3ab8
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 @@ -67,6 +67,7 @@ module.exports = {
},
],
'import/prefer-default-export': 'off',
'no-console': ['warn', { allow: ['warn', 'error'] }],
'no-restricted-imports': [
'error',
{
Expand Down

0 comments on commit fdb3ab8

Please sign in to comment.