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
Following #500: whenever this.context.convertParsed is called, the .addedImports should be used. It'd be nice to have an internal GLS-specific TSLint rule to enforce this.
Vaguely similar to the idea behind no-floating-promises, if that particular method is called, either the direct object must be returned or the .addedImports section used.
The text was updated successfully, but these errors were encountered:
Following #500: whenever
this.context.convertParsed
is called, the.addedImports
should be used. It'd be nice to have an internal GLS-specific TSLint rule to enforce this.Vaguely similar to the idea behind
no-floating-promises
, if that particular method is called, either the direct object must be returned or the.addedImports
section used.The text was updated successfully, but these errors were encountered: