Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Is tsserver and eslint_d redundant? #744

Answered by jose-elias-alvarez
zer09 asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't really null-ls related, but yes, these are two different things. tsserver is a full-fledged language server that will provide TypeScript diagnostics and other features based on your project. ESLint is a more local linter that checks the current file for errors, but it's generally not aware of type issues / issues beyond the current file. For most TypeScript projects, you'll want to use both, and you may want to consider using the ESLint language server instead of null-ls.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zer09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants