You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this causes errors to be reported twice. Does this server use eslint for diagnostics, does it support all the rules ?
I really like the completion provided by typescript-language-server but I would like to keep the linting provided by the plugin since eslint is the standard.
Is there a way to disable all diagnostics provided ?
Disabling all diagnostics wouldn't be a great solution for your problem IMO as only small amount of TS diagnostics have overlap with the eslint rules. You'd miss out on some important ones that eslint doesn't handle if you would do that.
Ignoring only certain diagnostics would probably make more sense in this case. But you'd need to maintain the list of ignores yourself.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am trying to use the following plugin: https://github.com/Quramy/typescript-eslint-language-service
with the typescript language server to get linting support.
But this causes errors to be reported twice. Does this server use eslint for diagnostics, does it support all the rules ?
I really like the completion provided by
typescript-language-server
but I would like to keep the linting provided by the plugin since eslint is the standard.Is there a way to disable all diagnostics provided ?
See this issue for reference: emacs-lsp/lsp-mode#1520
The text was updated successfully, but these errors were encountered: