Add configuration for ALE and simplify Syntastic configuration

Replaced syntastic configuration by a file that uses Syntastic's
redirect option to redirect to 'javascript/eslint'
This commit is contained in:
Adriaan Zonnenberg
2017-03-28 22:34:20 +02:00
parent a9f7aedabf
commit f72aac329a
3 changed files with 18 additions and 75 deletions

View File

@@ -29,10 +29,11 @@ git clone https://github.com/posva/vim-vue.git
git clone https://github.com/posva/vim-vue.git ~/.vim/pack/plugins/start
```
### Integration with [Syntastic](https://github.com/scrooloose/syntastic)
### Integration with [Syntastic](https://github.com/scrooloose/syntastic) or [ALE](https://github.com/w0rp/ale)
Currently only `eslint` is available. Please make sure `eslint` and
`eslint-plugin-vue` are installed:
Currently only `eslint` is available. Please make sure
[eslint](http://eslint.org/) and
[eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) are installed:
```bash
npm i -g eslint eslint-plugin-vue