Skip to content

Commit

Permalink
chore(eslint): remove 'no-console' in rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Dec 25, 2024
1 parent 82662b8 commit 0011e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default tseslint.config(
rules: {
eqeqeq: 'error',
curly: ['warn', 'multi-line', 'consistent'],
'no-console': 'off',
'sort-imports': [
'error',
{
Expand Down

0 comments on commit 0011e52

Please sign in to comment.