summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-10 19:07:01 +0100
committerw0rp <devw0rp@gmail.com>2016-10-10 19:07:01 +0100
commit0680f875fe9ef07daceb3e9a90224bee613730df (patch)
treedb3a9b229061e23535a91cda3f01ff68bebdc84e /doc
parent6f1ec7306dd1d4915171bc340290634de4c0b8e9 (diff)
downloadale-0680f875fe9ef07daceb3e9a90224bee613730df.zip
Add an option for configuring the path for JSHint.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index d52f8d77..bfe3cd8e 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -17,6 +17,7 @@ CONTENTS *ale-contents*
4.5. shell..................................|ale-linter-options-shell|
4.6. fortran-gcc............................|ale-linter-options-fortran-gcc|
4.7. html-tidy..............................|ale-linter-options-html-tidy|
+ 4.8. jshint.................................|ale-linter-options-jshint|
5. API........................................|ale-api|
6. Contact....................................|ale-contact|
@@ -399,6 +400,16 @@ g:ale_html_tidy_args *g:ale_html_tidy_args*
(mac), sjis (shiftjis), utf-16le, utf-16, utf-8
+-------------------------------------------------------------------------------
+4.8. jshint *ale-linter-options-jshint*
+
+g:ale_javascript_jshint_executable *g:ale_javascript_jshint_executable*
+
+ Type: |String|
+ Default: `'jshint'`
+
+ This variable can be changed to change the path to jshint.
+
===============================================================================
5. API *ale-api*