New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

0.1.1
Source
npm
Version published
Weekly downloads
233
53.29%
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)

With use-package:

(use-package lsp-mode
  :config
  (setq lsp-eslint-server-command '("eslint-lsp" "--stdio")))

Roadmap

  • Code actions

Keywords

lsp

FAQs

Package last updated on 18 Oct 2020

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