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
Is it possible than LanguageClient-neovim use the local tslint ? With ALE, is it possible thanks to let g:ale_typescript_tslint_config_path = 'tslint.json'. There is a similar command with LanguageClient-neovim ? I've looking for in the documentation and in the issues, but not founded.
Thanks in advance,
The text was updated successfully, but these errors were encountered:
@autozimu ALE implements this, and it's only a client. So it could be at the client side.
TSLint is only a linter. It's independant of tsserver (see at microsoft/TypeScript#15589).
What do you think about that ? I beilieve actually it should not be made on language server side. And maybe it will be never for some of linting errors.
Hi,
Is it possible than LanguageClient-neovim use the local tslint ? With ALE, is it possible thanks to
let g:ale_typescript_tslint_config_path = 'tslint.json'
. There is a similar command with LanguageClient-neovim ? I've looking for in the documentation and in the issues, but not founded.Thanks in advance,
The text was updated successfully, but these errors were encountered: