Removed
- tslint config no longer exposed or to be consumed via this repo.
- Please use ESLint instead.
Changed
- All interfaces no longer start with
I
as per updated naming conventions by the TS team.- e.g.
IPoint
->Point
.
- e.g.
I
as per updated naming conventions by the TS team.
IPoint
-> Point
.