none-ls-extras.nvim icon indicating copy to clipboard operation
none-ls-extras.nvim copied to clipboard

JSON decode error upon loading ESLINT

Open john-mutuma opened this issue 11 months ago • 0 comments

I keep getting the error below when I open a .tsx file.

Image

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:

Image

john-mutuma avatar Feb 05 '25 07:02 john-mutuma