You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Interesting suggestion. This would involve telling TSLint about your typings files so that it could crawl their JSDoc comments. We don't currently do this, and TSLint would have to treat typings different from sources (don't lint them since they probably don't have the same code style as your sources).
Yeah I agree. As to #680, that was actually one of the first frustrations I had with TSLint, coming from eslint.
I think we're stuck here until those two are closed then.
So this was previously suggested in microsoft/TypeScript#390, but it seems like it should be in tslint, not typescript.
The idea is when a function which has the tag "@deprecated" is used it should show a warning.
For example:
Same thing should preferably apply to attributes. Getters & setters.
The text was updated successfully, but these errors were encountered: