Skip to content

tjefferson08/flymake-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

flymake-eslint.el

An Emacs flymake handler for syntax-checking Javascript source code with linted with eslint

You may notice extreme similarity between this repo and a few of @purcell :)

Installation

If you choose not to use one of the convenient packages in Melpa and Marmalade, you'll need to add the directory containing flymake-eslint.el to your load-path, and then (require 'flymake-eslint). You'll also need to install flymake-easy.

Usage

Add the following to your emacs init file:

(require 'flymake-eslint)
(add-hook 'js-mode-hook 'flymake-eslint-load) ;; or js2-mode-hook, perhaps

About

Flymake handler for linting JS files with eslint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published