pugjs / pug-lint

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

require/disallowSpacesInsideAttributeBrackets doesn't handle nested or multiple brackets #20

Closed benedfit closed 9 years ago

benedfit commented 9 years ago

e.g.

div(class='class')(class='class')
img(src=url('src'))