Hi,
I’m teaching HTML, CSS and JS and I advise students to always use a linter for all of their code.
REPLit has linting functionality built-in for CSS and JavaScript but not for HTML.
I’ve cobbled this together, run ./check.sh
in the shell to run HTMLHint, but it’s not as nice an experience as for the other linters.
I could also send them to the HTMLHint Playground but then they’d need to copy-paste code all the time, not ideal.
Do y’all perhaps know of a (better) alternative?
Thanks!