Fuco1 / compile-eslint

compilation-error-regexp-alist rules for eslint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile-eslint

Emacs compilation-mode support for ESLint.

Usage

Load this package and register eslint to compilation-error-regexp-alist:

(require 'compile-eslint)
(push 'eslint compilation-error-regexp-alist)

That’s it!

About

compilation-error-regexp-alist rules for eslint


Languages

Language:Emacs Lisp 100.0%