mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +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 = {
|
||||
\ '\.foo\.js$': {
|
||||
\ 'ale_linters': ['eslint'],
|
||||
\ 'ale_fixers: ['eslint'],
|
||||
\ 'ale_fixers': ['eslint'],
|
||||
\ },
|
||||
\}
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user