Skip to content

Commit 42f57d8

Browse files
refactor(lint): enforce no-console as ESLint error
AI-assisted: Claude Code (claude-sonnet-4-6) Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
1 parent aaa29fc commit 42f57d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig([
2222
},
2323
},
2424
rules: {
25-
'no-console': 'warn',
25+
'no-console': 'error',
2626
'no-unused-vars': 'warn',
2727

2828
// 'jsdoc/no-undefined-types': 'error',

0 commit comments

Comments
 (0)