aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

Check for bad seperators of custom-attribute bindings #108

Open MeirionHughes opened 7 years ago

MeirionHughes commented 7 years ago

some-attr="prop: blah, prop2: foo" doesn't work because of the comma seperator; seperator needs to be semicolon.

Custom Attributes arn't supported yet in this lint anyway; but aurelia doesn't object to the syntax when the value is passed through the attribute interrogation; Run time logging of app doesn't complain either.