Skip to content

Commit 5d67296

Browse files
committed
Work around incompatibility with tsd
tsdjs/tsd#99
1 parent bdebfeb commit 5d67296

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,14 @@ module.exports = {
538538
rules: {
539539
'@typescript-eslint/no-unused-vars': 'off'
540540
}
541+
},
542+
{
543+
files: [
544+
'**/*.test-d.ts'
545+
],
546+
rules: {
547+
'@typescript-eslint/no-unsafe-call': 'off'
548+
}
541549
}
542550
]
543551
};

0 commit comments

Comments
 (0)