tylucaskelley / syntastic-local-eslint

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Vim Script 100.0%