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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
I just found code where I had used initialCount instead of initial-count in a dom-repeat and it seemed like it should be something polymer lint warn me about.
I guess it could warn about any attributes on custom elements that have capital letters in, but it should surely know about ones that polymer provides as 'built in', no?
I just found code where I had used
initialCountinstead ofinitial-countin adom-repeatand it seemed like it should be something polymer lint warn me about.I guess it could warn about any attributes on custom elements that have capital letters in, but it should surely know about ones that polymer provides as 'built in', no?