line ending does not match format error
Siwady opened this issue · 1 comments
Siwady commented
Currently I am working with the following configuration:
'attr-lowercase': false, 'tagname-lowercase': true, 'attr-value-double-quotes': true, 'doctype-first': true, 'tag-pair': true, 'spec-char-escape': true, 'id-unique': true, 'src-not-empty': true, 'attr-no-duplication': true, 'title-require': false
But I am having the following error:
line ending does not match format: lf (E015)
Which rule is responsible for this error?, I can't find that in the htmlhint documentation.
Siwady commented
Sorry I was seeing htmlhint instead of htmllint.