Open geersch opened 7 years ago
Is it possible to add a rule to lint for tags with multiple attributes?
For example:
div(id="foo").bar(name="foo")
should be written as
div(id="foo" name="foo").bar
Is it possible to add a rule to lint for tags with multiple attributes?
For example:
div(id="foo").bar(name="foo")
should be written as
div(id="foo" name="foo").bar