Skip to content

Commit f8307d1

Browse files
committed
build(lint): fix eslint ignores
1 parent 7078832 commit f8307d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export default tseslint.config(
2424
'**/node_modules/**',
2525
'**/__snapshots__/**',
2626
],
27+
},
28+
{
2729
rules: {
2830
'no-console': 'error',
2931
},

0 commit comments

Comments
 (0)