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
- Host: GitHub
- URL: https://github.com/fuco1/compile-eslint
- Owner: Fuco1
- Created: 2018-03-21T12:21:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T12:21:41.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T07:46:28.186Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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!