mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Fix a typo in the documentation
This commit is contained in:
@@ -1263,7 +1263,7 @@ g:ale_pattern_options *g:ale_pattern_options*
|
|||||||
let g:ale_pattern_options = {
|
let g:ale_pattern_options = {
|
||||||
\ '\.foo\.js$': {
|
\ '\.foo\.js$': {
|
||||||
\ 'ale_linters': ['eslint'],
|
\ 'ale_linters': ['eslint'],
|
||||||
\ 'ale_fixers: ['eslint'],
|
\ 'ale_fixers': ['eslint'],
|
||||||
\ },
|
\ },
|
||||||
\}
|
\}
|
||||||
<
|
<
|
||||||
|
|||||||
Reference in New Issue
Block a user