diff options
author | Zefei Xuan <zefei@fb.com> | 2017-01-05 00:12:36 -0800 |
---|---|---|
committer | Zefei Xuan <zefei@fb.com> | 2017-01-05 00:28:32 -0800 |
commit | 2c176a234ed139b8e2b0b57ccb4a586de0dcf595 (patch) | |
tree | 8a6417a0d5a5ab70fd6f638274e138908857575f /doc/ale.txt | |
parent | ed43b17201307bf1562624fbf6ddf93f4d0c93c3 (diff) | |
download | ale-2c176a234ed139b8e2b0b57ccb4a586de0dcf595.zip |
added eslint option to pass in more options
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8144267e..2ddb3d37 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -383,6 +383,14 @@ g:ale_javascript_eslint_executable *g:ale_javascript_eslint_executable* |g:ale_javascript_eslint_use_global| to `1`. +g:ale_javascript_eslint_options *g:ale_javascript_eslint_options* + + Type: |String| + Default: `''` + + This variable can be set to pass additional options to eslint. + + g:ale_javascript_eslint_use_global *g:ale_javascript_eslint_use_global* Type: |String| |