Skip to content

Commit

Permalink
style: fix lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 15, 2024
1 parent 3d103af commit 29efb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default tseslint.config(
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'warn',
'no-console': 'error',
'no-console': ['error', { allow: ['warn', 'error'] }],
},
},
{
Expand Down

0 comments on commit 29efb32

Please sign in to comment.