tslint-stencil
tslint-stencil copied to clipboard
lifeCycle hooks are incomplete
StencilJS has a number of lifecycle hooks documented and available that are not a part of this lint ruleset.
Ref: https://stenciljs.com/docs/component-lifecycle
Thanks for opening this!
I haven't had much time to up with the changes for stencil@one, but I will do my best to fix this soon.
Looks like these ones are missing:
connectedCallback()disconnectedCallback()componentWillRender()componentDidRender()
Will updating these constants be sufficient or is there more work under the hood to implement a fix?
There is a new one componentShouldUpdate().
https://github.com/ionic-team/stencil/pull/1876
@natemoo-re Please find the PR for this https://github.com/natemoo-re/tslint-stencil/pull/17