diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-29 12:55:00 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-29 12:55:00 +0100 |
commit | 411c6b5e9f8ecf367aaf487adf4e380251c44fa1 (patch) | |
tree | ffad46cdc3181a18eeafff8db4c1fa8cbf0bd369 /doc/ale-javascript.txt | |
parent | 518f99b480d02a444ad44f8bc109cdf593f3f86b (diff) | |
download | ale-411c6b5e9f8ecf367aaf487adf4e380251c44fa1.zip |
Fix #707 - Fix some duplicate tags, and add some code to check for them
Diffstat (limited to 'doc/ale-javascript.txt')
-rw-r--r-- | doc/ale-javascript.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index 067eee6f..252335ac 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -119,12 +119,12 @@ g:ale_javascript_prettier_eslint_use_global ------------------------------------------------------------------------------- -prettier-standard *ale-javascript-prettier-eslint* +prettier-standard *ale-javascript-prettier-standard* g:ale_javascript_prettier_standard_executable - *g:ale_javascript_prettier_eslint_executable* - *b:ale_javascript_prettier_eslint_executable* + *g:ale_javascript_prettier_standard_executable* + *b:ale_javascript_prettier_standard_executable* Type: |String| Default: `'prettier-standard'` |