Add semistandard to node_modules search.
This commit is contained in:
parent
ab8e043353
commit
07c11e4e7f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ call ale#Set('javascript_standard_options', '')
|
|||
function! ale_linters#javascript#standard#GetExecutable(buffer) abort
|
||||
return ale#node#FindExecutable(a:buffer, 'javascript_standard', [
|
||||
\ 'node_modules/standard/bin/cmd.js',
|
||||
\ 'node_modules/semistandard/bin/cmd.js',
|
||||
\ 'node_modules/.bin/standard',
|
||||
\])
|
||||
endfunction
|
||||
|
|
Reference in a new issue