Manual: add a note about "eslint --fix".

This commit is contained in:
LCD 47 2017-07-07 18:41:14 +03:00
parent 75d2d9839a
commit e1161a723a
2 changed files with 4 additions and 2 deletions

View File

@ -2857,7 +2857,9 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
Note~
Notes~
Automatically fixing errors (option "--fix") is not supported.
You can also use "eslint_d" (https://github.com/mantoni/eslint_d.js), version
2.1.0 or later, instead of "ESLint". Just point 'g:syntastic_html_eslint_exec'

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-60'
let g:_SYNTASTIC_VERSION = '3.8.0-63'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1