summaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/ale-javascript.txt31
-rw-r--r--doc/ale.txt1
2 files changed, 32 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*
diff --git a/doc/ale.txt b/doc/ale.txt
index 81999ab0..0c2ecbb7 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -53,6 +53,7 @@ CONTENTS *ale-contents*
jshint..............................|ale-javascript-jshint|
prettier............................|ale-javascript-prettier|
prettier-eslint.....................|ale-javascript-prettier-eslint|
+ prettier-standard...................|ale-javascript-prettier-standard|
standard............................|ale-javascript-standard|
xo..................................|ale-javascript-xo|
kotlin................................|ale-kotlin-options|