mirror of
https://github.com/dense-analysis/ale
synced 2025-01-24 16:56:02 +00:00
Add semistandard to node_modules search.
This commit is contained in:
parent
ab8e043353
commit
07c11e4e7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user