Skip to content

Commit c734c17

Browse files
committed
chore: eslint no console
1 parent 2f8fa46 commit c734c17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default [
2828
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
2929
'react/react-in-jsx-scope': 'off',
3030
'@typescript-eslint/consistent-type-imports': 'error',
31+
'no-console': 'error',
3132
},
3233
},
3334
]

0 commit comments

Comments
 (0)