Description
Provides a language server that exposes ESLint diagnostics and fixes to editors using the Language Server Protocol. It helps editors show lint errors, warnings, and code actions while JavaScript or TypeScript files are being edited.
Use it when your editor or IDE supports LSP and you want ESLint feedback integrated into the editing experience. It works with the project's ESLint setup rather than replacing it.