Enable jshint to extract javascript from html

This commit is contained in:
Jon Smithers 2017-04-17 00:08:13 -04:00
parent 430bff7532
commit dbf4f03607
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function! ale_linters#javascript#jshint#GetCommand(buffer) abort
\)
let l:command = ale_linters#javascript#jshint#GetExecutable(a:buffer)
let l:command .= ' --reporter unix'
let l:command .= ' --reporter unix --extract auto'
if !empty(l:jshint_config)
let l:command .= ' --config ' . fnameescape(l:jshint_config)