Merge pull request #2209 from samzeng/patch-1

Fixed typo
This commit is contained in:
w0rp
2019-01-15 15:36:20 +00:00
committed by GitHub

View File

@@ -761,7 +761,7 @@ Or if you want, you can configure the linters from your vimrc file.
```vim
" In ~/.vim/vimrc, or somewhere similar.
let g:ale_linter_aliases = {'jsx': ['css, 'javascript']}
let g:ale_linter_aliases = {'jsx': ['css', 'javascript']}
let g:ale_linters = {'jsx': ['stylelint', 'eslint']}
```