Closed pdehaan closed 9 years ago
Thanks for highlighting the issue, I know exactly why this is happening, and I'll get a fix in place after the weekend
Awesome, thanks!
This is fixed in v1.2.5
Actually hold fire on getting the update if either of the following examples appear in your Jade as they will not validate correctly:
//- Multiple attribute blocks
div(class='class')(title='title')
//- Attribute values that contain brackets
img(src=url('foo')))
Fixed in v1.2.6
Great project!
I have the following .jade-lintrc file and am getting some unexpected errors:
What seems weird is that in the first result, my
validateAttributeSelector
is set to a single space, which I'm using in the<a>
tag attributes.In the second example, I only have one attribute. Not sure if it's somehow confusing the space before the "Mozilla" string.