summaryrefslogtreecommitdiff
path: root/doc/ale-javascript.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-06-28 17:35:19 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-06-28 16:35:19 +0100
commit7eec1f2efc01b0674ccc96baaa4f529d803ddf55 (patch)
treefe44e456c8687ac1009e80dd83a3dbce246b942e /doc/ale-javascript.txt
parent8846a8860f39027c0c2a7aba9e49ad2fdacd5428 (diff)
downloadale-7eec1f2efc01b0674ccc96baaa4f529d803ddf55.zip
Add prettier-standard support (#702)
* Add prettier-standard support * Update ale-javascript.txt Remove a duplicated header line.
Diffstat (limited to 'doc/ale-javascript.txt')
-rw-r--r--doc/ale-javascript.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt
index 296cb901..067eee6f 100644
--- a/doc/ale-javascript.txt
+++ b/doc/ale-javascript.txt
@@ -119,6 +119,37 @@ g:ale_javascript_prettier_eslint_use_global
-------------------------------------------------------------------------------
+prettier-standard *ale-javascript-prettier-eslint*
+
+
+g:ale_javascript_prettier_standard_executable
+ *g:ale_javascript_prettier_eslint_executable*
+ *b:ale_javascript_prettier_eslint_executable*
+ Type: |String|
+ Default: `'prettier-standard'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_javascript_prettier_standard_options
+ *g:ale_javascript_prettier_standard_options*
+ *b:ale_javascript_prettier_standard_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to prettier-standard.
+
+
+g:ale_javascript_prettier_standard_use_global
+ *g:ale_javascript_prettier_standard_use_global*
+ *b:ale_javascript_prettier_standard_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+
+-------------------------------------------------------------------------------
flow *ale-javascript-flow*
g:ale_javascript_flow_executable *g:ale_javascript_flow_executable*