none-ls-extras.nvim
none-ls-extras.nvim copied to clipboard
JSON decode error upon loading ESLINT
I keep getting the error below when I open a .tsx file.
I'm not sure what could be the cause nor how to solve it, but when I disable this block from the plugin code, the error disappears but I can still get the rest of ESLINT diagnostics, including lint errors.
This block seems to show errors related to ESLINT bootup, no? It's probably not ok to disable the block so as to have such errors display right inside the open buffer, but that's my current solution to do away with this error. I disable that since it seems to be false bootup noise because diagnositcs are still reported regardless.
Does someone know of a better way to correct it?
This is how it shows in the NullLsLogs: