Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tslint in TypeScript #290

Closed
JulioJu opened this issue Jan 19, 2018 · 2 comments
Closed

tslint in TypeScript #290

JulioJu opened this issue Jan 19, 2018 · 2 comments

Comments

@JulioJu
Copy link

JulioJu commented Jan 19, 2018

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,

@autozimu
Copy link
Owner

This should be made on language server side. Please file ticket in their repo.

@JulioJu
Copy link
Author

JulioJu commented Feb 7, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants