hmil / tslint-override

TSLint plugin bringing support for the override keyword
MIT License
27 stars 6 forks source link

npm install does not install rules directory #9

Closed stasberkov closed 6 years ago

stasberkov commented 6 years ago

npm install does not install rules directory as result feature does not work.

hmil commented 6 years ago

Oh man, I messed up the travis config in my last patch. Thanks for calling it out! Version 0.2.5 should work. Let me know if you have another issue.

hmil commented 6 years ago

Notice that the latest release of VSCode broke tslint-language-service, so error reporting within VSCode will likely not work at the moment. https://github.com/angelozerr/tslint-language-service/issues/76

stasberkov commented 6 years ago

Cool! Thank you for fast fix!