diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-01-12 09:28:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 09:28:06 +0000 |
commit | 75485d53f67ab665fb7a4e13803d87c71b7368ae (patch) | |
tree | 391b8f2594c64dcda06fd06950cc8999b3ece23e /doc/ale.txt | |
parent | 5a0c3fd01e79feb1b35e554c38045ae0a88c429f (diff) | |
parent | 2c176a234ed139b8e2b0b57ccb4a586de0dcf595 (diff) | |
download | ale-75485d53f67ab665fb7a4e13803d87c71b7368ae.zip |
Merge pull request #245 from zefei/add-eslint-options
Add 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 6d43ec65..7fa9dac5 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| |