pugjs / pug-lint

An unopinionated and configurable linter and style checker for Pug
ISC License
228 stars 51 forks source link

Invalid attribute separator found #107

Open panuhorsmalahti opened 8 years ago

panuhorsmalahti commented 8 years ago

The following valid Jade doesn't work with pug-lint:

div(class$="foo" id="bar")

Invalid attribute separator found

This syntax is required in Polymer.