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.
1 parent 7078832 commit f8307d1Copy full SHA for f8307d1
eslint.config.js
@@ -24,6 +24,8 @@ export default tseslint.config(
24
'**/node_modules/**',
25
'**/__snapshots__/**',
26
],
27
+ },
28
+ {
29
rules: {
30
'no-console': 'error',
31
},
0 commit comments