Eslint diagnostics isn't working in helix #14192
Unanswered
babucarr32
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
Best ESLint + Prettier Setup1.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Somehow it started working again, today. What happened
Anyway, I pulled from from helix, and rebuild it. The hover issue still persists though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For weeks now, I haven’t been able to get ESLint working in Helix. It was working fine before, but after I reset my computer and set everything up again, it stopped working.
As part of debugging, I tried using VS Code with the ESLint extension — to my surprise, it worked fine. Running ESLint directly from the terminal also lints the code and finds errors without any issues. I even downgraded my
node
,eslint
, andhelix
versions, but the problem persisted.Based on the logs, the LSP appears to be communicating with Helix, but no diagnostics are being returned.
Any help will be appreciated!
My node version
My eslint-version version
Helix version
vscode-eslint-language-server
languages.toml
Basic eslint config
Logs
eslint health (hx --health)
Beta Was this translation helpful? Give feedback.
All reactions