/syntastic-local-eslint

Use the eslint binary from node_modules when possible for .js and .vue files

Primary LanguageVim ScriptMIT LicenseMIT

Syntastic Local Eslint

Vim plugin to make Syntastic prefer node_modules/.bin/eslint for JavaScript and Vue files


Based heavily on the plugin written by @mtscout6 and adapted to work with .vue files.

Installation

Just use vim-plug; add this line to your .vimrc file:

Plug 'tylucaskelley/syntastic-local-eslint'

Contributing

See CONTRIBUTING.md

License

MIT License. Copyright (c) 2018 Ty-Lucas Kelley