Skip to content

Commit 77f8ebe

Browse files
authored
Merge pull request #55 from tabkram/ci/lint
ci: update lint with no-console rule
2 parents 4425f7a + 352e1fd commit 77f8ebe

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)