How to add HTML or CSS linting?

Hi Everyone!

Can anyone point me to example or documentation the shows how to add and HTML linter (like HTMLHint) to Codemirror 6?

I’ve seen this example for adding ESLint:

But haven’t found any other documentation or example of something similar for HTML or CSS. Does that exist?

There is no such example—you’ll have to write the integration between whatever HTMLHint spits out and the lint extensions yourself.

Thanks @marijn! Where would the best place in the docs be for me to to look at creating such an integration?