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

Refine no-unnecessary-type-assertion rule to not flag necessary assertions #3120

Merged
merged 3 commits into from
Aug 17, 2017
Merged

Refine no-unnecessary-type-assertion rule to not flag necessary assertions #3120

merged 3 commits into from
Aug 17, 2017

Commits on Aug 11, 2017

  1. Refine no-unnecessary-type-assertion rule to not flag necessary asser…

    …tions
    
    Type assertions prevent a type from being widened in a couple of
    situations, such as in an object literal or the inferred return type of
    a function.
    calebegg committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    3730704 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors.

    calebegg committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    04ac2d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    f17e6bf View commit details
    Browse the repository at this point in the history