Questions tagged [htmlhint]

2 questions
0
votes
0 answers

Writing htmlhint rules

I've just installed htmlhint, and I'm using this .htmlinitrc: { "doctype-first": false } because this project is largely made up of include files, which don't have a DOCTYPE. The problem is that this turns off all the rule checking. Without this…
QF0
  • 329
  • 2
  • 14
0
votes
1 answer

How To Integrate HTMLHint into Codemirror 6

I'm trying to add HTMLHint into Codemirror 6 by following the lint documentation and the eslint-linter-browserify demo for Codemirror 6. Not sure what I'm doing wrong but the lints are not showing. Can someone explain what I'm doing wrong and how…
Michael Schwartz
  • 8,153
  • 14
  • 81
  • 144