In v5 we can use registerHelper to set hint and lint for a mode, but I didn’t find this function in v6.
Hi @marijn , thanks for the reply, I solved the hint, But I didn’t see there is any data fields about lint. how can we migrate the registerHelper about lint to v6?
There isn’t such automatic language-matching system for linting, you just need to add the return value of linter
with an appropriate lint source to your configuration depending on which language you are using.