You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2020. It is now read-only.
4:3 Invalid attribute separator found
5:3 Invalid attribute separator found
6:3 Invalid attribute separator found
It means that : and @ occurred Invalid attribute separator found errors.
The text was updated successfully, but these errors were encountered:
iwata
changed the title
False positive about validateAttributeSeperator with attributes starting with colons :
False positive about validateAttributeSeperator with attributes starting with : or @Jul 1, 2019
Hi, I'm currently having the same problem with attributes starting with :. Since, it's a valid syntax from Vue's perspective, I think pug-lint-vue has to consider it valid as well :). Thanks!
This is not an issue of pug-lint-vue, but rather an issue of the pug-lint. We cannot fix this because we are simply using pug-lint under the hood. The issue with the Code above is the indentation.
The following .pug-lintrc.js will work (notice the spaces in multiLineSeparator):
I'm using v0.3.0.
About this template example,
and set this
.pug-lintrc.js
,This case reports this:
It means that
:
and@
occurredInvalid attribute separator found
errors.The text was updated successfully, but these errors were encountered: