tslint-language-service icon indicating copy to clipboard operation
tslint-language-service copied to clipboard

Update peerDependencies requirements to support TS 3

Open artola opened this issue 6 years ago • 4 comments

The package requires "typescript": ">= 2.3.1 < 3", then this warning is printed when running together to TS 3.

npm WARN [email protected] requires a peer of typescript@>= 2.3.1 < 3 but none is installed. You must install peer dependencies yourself.

Would be nice to update the peerDependencies to support TS 3, I did not find any problem while using it, but might be recommended check it with the tests.

artola avatar Aug 07 '18 12:08 artola

Any PR are welcome!

angelozerr avatar Aug 07 '18 13:08 angelozerr

PR is not passing CI. I do not understand why when the change is just "peerDependencies" and should impact only in the user's environment. Any hint?

artola avatar Aug 07 '18 14:08 artola

Has anyone been able to check this out?

juansalvatella avatar Oct 25 '19 15:10 juansalvatella

Has anyone been able to check this out?

Might be that you are interested to replace this plugin with the newest: typescript-tslint-plugin.

artola avatar Oct 25 '19 17:10 artola