efm-langserver
efm-langserver copied to clipboard
Support returning lints as newline separated json objects
When the linter tool in question returns the data as json in the first place, it doesn't really make sense to take that output and turn it into text lines, just for efm to parse that again.
Just wrangling the json around with something like jq is often much easier and less error prone.