summaryrefslogtreecommitdiff
path: root/ale_linters/typescript/eslint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/typescript/eslint.vim')
-rw-r--r--ale_linters/typescript/eslint.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/typescript/eslint.vim b/ale_linters/typescript/eslint.vim
index 33a21440..eaeac307 100644
--- a/ale_linters/typescript/eslint.vim
+++ b/ale_linters/typescript/eslint.vim
@@ -4,6 +4,7 @@
call ale#linter#Define('typescript', {
\ 'name': 'eslint',
\ 'executable': function('ale#handlers#eslint#GetExecutable'),
+\ 'cwd': function('ale#handlers#eslint#GetCwd'),
\ 'command': function('ale#handlers#eslint#GetCommand'),
\ 'callback': 'ale#handlers#eslint#HandleJSON',
\})