Skip to content

hekmekk/syntastic-local-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syntastic-local-eslint

Use your local installation of eslint with syntastic.

Installation

Plug 'scrooloose/syntastic' | Plug 'hekmekk/syntastic-local-eslint'

Dependencies

  • scrooloose/syntastic

How it works

  • clear g:syntastic_javascript_checkers
  • look for eslint within...
    • first, your local project: ./node_modules/.bin
    • then your globally installed packages: /node_modules/.bin
  • set g:syntastic_eslint_exec accordingly

Credits

Eduardo Nunes basically wrote this snippet here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published