This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Maximum call stack size exceeded - Warning caused by no-inferred-empty-object-type #2646
Labels
Milestone
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Outputs
Warning: Maximum call stack size exceeded
.Expected behavior
No warning, or better indicator of what the issue may be.
Explanation
I have this issue in a larger project, and managed to narrow it down to the
no-inferred-empty-object-type
rule, and created a minimal test project that reproduces the issue: https://github.com/Merott/tslint-max-call-stack-size-issue-demo.It appears that it has something to do with the import of
expect
fromchai
, but that may be a red herring, as I couldn't understand where the issue came from.The text was updated successfully, but these errors were encountered: