We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4425f7a + 352e1fd commit 77f8ebeCopy full SHA for 77f8ebe
1 file changed
eslint.config.mjs
@@ -45,7 +45,7 @@ export default tseslint.config(
45
tseslint.configs.recommended
46
],
47
rules: {
48
- // 'no-console': 'warn',
+ 'no-console': 'error',
49
curly: 'error',
50
'sort-imports': [
51
'error',
0 commit comments