googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

checking for capitalised attributes/properties #154

Open davidmaxwaterman opened 7 years ago

davidmaxwaterman commented 7 years ago

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?