dev-environment-files
dev-environment-files copied to clipboard
ESLint
Could not parse linter output due to: Expected value but found invalid token at character 1 output: Error: No ESLint configuration found in .....
Are you using the flat file config for eslint? I get the same error, and I am using flat file config, per eslint's latest standard
#74
Having same issue, @dan1xk fix doesn't work on my end.
edit: After changing eslint_d for eslint_lsp, everything works as expected but it's weird as the eslint_d setup worked before 🤔
That's weird 😣, have you tried deleting the nvim data and installing everything again? @kecerud
@dan1xk yup, tried to do clean install but still getting the error.
Hey! I believe I've encountered this before. Could you try running: :!eslint_d stop and :!eslint_d start within Neovim to restart eslint_d and then possibly open and close Neovim? Let me know if that resolves the issue.
@josean-dev this actually fixed the issue, huh weird I thought I already tried it out before commenting but it seems like I haven't.