Merge pull request #951 from rzane/eslint-fix-config-option

ESLint --config option causes it to not detect node_modules?
This commit is contained in:
w0rp
2017-09-25 21:38:55 +01:00
committed by w0rp
parent f382afbe23
commit 21c4b9033a
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ function! ale#fixers#eslint#Fix(buffer) abort
return {
\ 'command': ale#node#Executable(a:buffer, l:executable)
\ . ' --config ' . ale#Escape(l:config)
\ . ' -c ' . ale#Escape(l:config)
\ . ' --fix %t',
\ 'read_temporary_file': 1,
\}