This PR creates more verbose error messages which is especially useful when just starting out with tslint-stencil. It took me over an hour to realize that some props of the larger components had props with @Watch methods that were not immediately visible leaving me very frustrated why the grouping lint error was firing on my props group.
This PR creates more verbose error messages which is especially useful when just starting out with tslint-stencil. It took me over an hour to realize that some props of the larger components had props with
@Watch
methods that were not immediately visible leaving me very frustrated why the grouping lint error was firing on my props group.