Skip to content

Commit 6929779

Browse files
committed
chore: ignore console statements for now
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 10aac31 commit 6929779

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ export default defineConfig([
1515
},
1616

1717
...recommendedLibrary,
18+
19+
{
20+
files: ['lib/**/*.ts'],
21+
rules: {
22+
// requires the logger to work in no-window environments
23+
'no-console': 'off',
24+
},
25+
},
1826
])

0 commit comments

Comments
 (0)