Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lararosekelley/syntastic-local-eslint
- Owner: lararosekelley
- License: mit
- Created: 2018-01-25T19:45:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T20:55:43.000Z (almost 7 years ago)
- Last Synced: 2024-06-19T03:26:30.675Z (5 months ago)
- Topics: eslint, javascript, syntastic, vim, vim-plug, vim-plugin, vue
- Language: Vim script
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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