Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

[no-inferred-empty-object-type] Skip test in TS > 3.4.x #4661

Merged
merged 2 commits into from Apr 16, 2019
Merged

[no-inferred-empty-object-type] Skip test in TS > 3.4.x #4661

merged 2 commits into from Apr 16, 2019

Commits on Apr 15, 2019

  1. [no-inferred-empty-object-type] Skip test in TS > 3.4.x

    As the generic parameters are inferred as `unknown` in newer TS versions (> 3.4.x), this rule no longer applies in those versions, and those places that would have previously thrown an error, as seen in the tests, no longer should throw as they are no longer inferred as `{}`.
    ericbf committed Apr 15, 2019
    Copy the full SHA
    25cd076 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Copy the full SHA
    7abf6ee View commit details
    Browse the repository at this point in the history