Skip to content

Commit 352e1fd

Browse files
committed
ci: update lint with no-console rule
1 parent 4425f7a commit 352e1fd

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
@@ -45,7 +45,7 @@ export default tseslint.config(
4545
tseslint.configs.recommended
4646
],
4747
rules: {
48-
// 'no-console': 'warn',
48+
'no-console': 'error',
4949
curly: 'error',
5050
'sort-imports': [
5151
'error',

0 commit comments

Comments
 (0)