Today, I stay all day testing the new polymer 2.0. But, I stayed 3 hours to discover a bug that my property observer did not working. And finally I discovered why, because I did not called the super.ready() inside my ready call back.
It will be awesome that shows a warning or error warning to call super inside the life cycle hook. Because the logic inside the function was working perfectly. I cannot guess that we need to call the super.
Sorry my lack of English and knowledge. But i'ts my opinion.
Thank you for the great job that polymer team is doing.
This should probably be a feature request for polylint or polymer-linter.
Looks like a duplicate of https://github.com/Polymer/polymer-linter/issues/52
Looks like this was added to linter in Polymer/polymer-linter#53
Most helpful comment
This should probably be a feature request for polylint or polymer-linter.