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?
marijn
#2
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?