Skip to content

Commit 292c6ea

Browse files
committed
chore: disable no-console in CLI test to avoid false positive
1 parent 2673eb3 commit 292c6ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rslint-test-tools/tests/cli/basic.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ describe('CLI Configuration Tests', () => {
445445
},
446446
rules: {
447447
'no-unsafe-member-access': 'error',
448+
'no-console': 'off',
448449
},
449450
plugins: ['@typescript-eslint'],
450451
},

0 commit comments

Comments
 (0)