googlearchive / polylint

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

Warn when binding to native attributes without using `$=` #81

Open indolering opened 8 years ago

indolering commented 8 years ago

If a native element attribute is set using the {{}} or [[]] binding syntax, check to ensure that the value is set using the $= operator.

indolering commented 8 years ago

Cross referencing ticket on overusing $=.