🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

eslint-lsp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-lsp

Eslint language server

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
539
177.84%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-lsp

npm code style: prettier

Eslint language server

NOTE: this is a work in progress and still lacks many feature

Installation

npm install --global eslint-lsp
# or from github npm install --global danielpza/eslint-lsp

Usage

eslint-lsp --stdio

Emacs Integration

lsp-mode:

(setq lsp-eslint-server-command '("eslint-lsp" "--stdio"))

eglot:

(add-to-list 'eglot-server-programs `(js-mode . ("eslint-lsp" "--stdio")))

Roadmap

  • Code actions

Keywords

lsp

FAQs

Package last updated on 18 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts