Skip to content

Commit e96e555

Browse files
committed
Fix conflict with tsd
1 parent 6964344 commit e96e555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ module.exports = {
555555
'**/*.test-d.ts'
556556
],
557557
rules: {
558-
'@typescript-eslint/no-unsafe-call': 'off'
558+
'@typescript-eslint/no-unsafe-call': 'off',
559+
'@typescript-eslint/no-confusing-void-expression': 'off' // Conflicts with `expectError` assertion.
559560
}
560561
}
561562
]

0 commit comments

Comments
 (0)