We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8fa46 commit c734c17Copy full SHA for c734c17
1 file changed
eslint.config.js
@@ -28,6 +28,7 @@ export default [
28
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
29
'react/react-in-jsx-scope': 'off',
30
'@typescript-eslint/consistent-type-imports': 'error',
31
+ 'no-console': 'error',
32
},
33
34
]
0 commit comments