mirror of https://github.com/dense-analysis/ale
Fixed typo
This commit is contained in:
parent
a50e049e74
commit
6efa37d35b
|
@ -761,7 +761,7 @@ Or if you want, you can configure the linters from your vimrc file.
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
" In ~/.vim/vimrc, or somewhere similar.
|
" 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']}
|
let g:ale_linters = {'jsx': ['stylelint', 'eslint']}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue