An open API service indexing awesome lists of open source software.

https://github.com/fuco1/compile-eslint

compilation-error-regexp-alist rules for eslint
https://github.com/fuco1/compile-eslint

Last synced: 11 months ago
JSON representation

compilation-error-regexp-alist rules for eslint

Awesome Lists containing this project

README

          

* compile-eslint

Emacs =compilation-mode= support for [[https://eslint.org/][ESLint]].

* Usage

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

#+BEGIN_SRC elisp
(require 'compile-eslint)
(push 'eslint compilation-error-regexp-alist)
#+END_SRC

That's it!