jwbay / tslint-misc-rules

Collection of miscellaneous TSLint rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for typescript 3

johanblumenberg opened this issue · comments

Right now there is a peer dependency to typescript, that doesn't include typescript 3 and above: "typescript": ">=2.1 <=3.0". Since typescript 3 has been released for a while, it would be good to update this dependency to allow tslint-misc-rules to be used with typescript 3.