diff options
author | w0rp <devw0rp@gmail.com> | 2020-09-05 19:06:07 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-09-05 19:06:07 +0100 |
commit | 152b2cb6910d9173d75a195c5a185b7f3f8aa696 (patch) | |
tree | bcb4e5fffe6f1234124c880a59bd31292b2d8bc0 /doc/ale-handlebars.txt | |
parent | 844febb9fbfb66bb13dd652d958495e47f0bd408 (diff) | |
download | ale-152b2cb6910d9173d75a195c5a185b7f3f8aa696.zip |
Clean up embertemplatelint code
Alias ember-template-lint to embertemplatelint so users can use either
string to enable the linter.
Diffstat (limited to 'doc/ale-handlebars.txt')
-rw-r--r-- | doc/ale-handlebars.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ale-handlebars.txt b/doc/ale-handlebars.txt index 5daec5b3..4a5a3870 100644 --- a/doc/ale-handlebars.txt +++ b/doc/ale-handlebars.txt @@ -14,7 +14,8 @@ ember-template-lint *ale-handlebars-embertemplatelint* g:ale_handlebars_embertemplatelint_executable *g:ale_handlebars_embertemplatelint_executable* - Type: |String| *b:ale_handlebars_embertemplatelint_executable* + *b:ale_handlebars_embertemplatelint_executable* + Type: |String| Default: `'ember-template-lint'` See |ale-integrations-local-executables| @@ -22,7 +23,8 @@ g:ale_handlebars_embertemplatelint_executable g:ale_handlebars_embertemplatelint_use_global *g:ale_handlebars_embertemplatelint_use_global* - Type: |Number| *b:ale_handlebars_embertemplatelint_use_global* + *b:ale_handlebars_embertemplatelint_use_global* + Type: |Number| Default: `get(g:, 'ale_use_global_executables', 0)` See |ale-integrations-local-executables| |