Skip to content

Commit

Permalink
chore: enable no-console
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 1, 2024
1 parent f70a7df commit 320d09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default tseslint.config(
'no-nested-ternary': 'error',
'no-unneeded-ternary': 'error',
'spaced-comment': 'error',
'no-console': 'error',

'@typescript-eslint/ban-ts-comment': ['error', { 'ts-expect-error': 'allow-with-description' }],
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
Expand Down

0 comments on commit 320d09d

Please sign in to comment.