Skip to content

Run eslint just on the files or lines you touched on your git branch.

Notifications You must be signed in to change notification settings

tsibley/git-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

usage: git eslint
       git eslint --edit

Run eslint only on the lines touched by the current git branch.  Then quickly
edit any issues found in vim (or your $GIT_ESLINT_EDITOR) to correct them.

GIT_ESLINT_EDITOR will be run by the shell with a single argument: a
quickfix-style list of errors in eslint's "unix" output format.

optional arguments:
  -h, --help  show this help message and exit
  -e, --edit  Edit eslint issues using vim's quickfix list. Set
              GIT_ESLINT_EDITOR to use your preferred editor.

Written by Thomas Sibley <https://tsibley.net>.

About

Run eslint just on the files or lines you touched on your git branch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages