Browse Source

Update syntastic setup

fix-link
Naoufal Kadhom 9 years ago
parent
commit
90e21b04ff
  1. 8
      linters/syntastic/README.md

8
linters/syntastic/README.md

@ -10,6 +10,7 @@ So you want in-editor linting?
```vim ```vim
Plug 'scrooloose/syntastic' Plug 'scrooloose/syntastic'
Plug 'pmsorhaindo/syntastic-local-eslint.vim'
``` ```
> Install the plugin > Install the plugin
@ -17,10 +18,3 @@ Plug 'scrooloose/syntastic'
```vim ```vim
:PlugInstall :PlugInstall
``` ```
## ESLint
> Install ESLint, Babel ESLint and the Unsplash Config
```
npm i -g eslint@1.* babel-eslint eslint-config-unsplash eslint-plugin-react
```

Loading…
Cancel
Save