Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lararosekelley/syntastic-local-eslint

Use the eslint binary from node_modules when possible for .js and .vue files
https://github.com/lararosekelley/syntastic-local-eslint

eslint javascript syntastic vim vim-plug vim-plugin vue

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/mtscout6/syntastic-local-eslint.vim)
and adapted to work with `.vue` files.

## Installation

Just use [vim-plug](https://github.com/junegunn/vim-plug); add this line to your `.vimrc` file:

```viml
Plug 'tylucaskelley/syntastic-local-eslint'
```

## Contributing

See [CONTRIBUTING.md](.github/CONTRIBUTING.md)

## License

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