natemoo-re / tslint-stencil

Contributes some helpful tslint rules for Stencil projects
https://projects.natemoo.re/tslint-stencil/
MIT License
22 stars 4 forks source link

feat(componentMemberOrder): created more verbose error messages #6

Closed patricksevat closed 5 years ago

patricksevat commented 5 years ago

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.