summaryrefslogtreecommitdiff
path: root/doc/ale-html.txt
diff options
context:
space:
mode:
authorFilipe Kiss <hello@filipekiss.com.br>2018-08-22 18:38:07 -0300
committerFilipe Kiss <hello@filipekiss.com.br>2018-08-22 19:00:42 -0300
commit935a132d8ff1f1b90732b1d62462cfda56bc98c0 (patch)
tree3d6830692fae6ea5345c01010ef3b8933ca1748b /doc/ale-html.txt
parentb78ee188987f9a28a6ef0df08271f43133eeb238 (diff)
downloadale-935a132d8ff1f1b90732b1d62462cfda56bc98c0.zip
:books: Add docs for html stylelint
Diffstat (limited to 'doc/ale-html.txt')
-rw-r--r--doc/ale-html.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt
index c5d5afa5..561808cd 100644
--- a/doc/ale-html.txt
+++ b/doc/ale-html.txt
@@ -76,6 +76,31 @@ write-good *ale-html-write-good*
See |ale-write-good-options|
+===============================================================================
+stylelint *ale-html-stylelint*
+
+g:ale_html_stylelint_executable *g:ale_html_stylelint_executable*
+ *b:ale_html_stylelint_executable*
+ Type: |String|
+ Default: `'stylelint'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_html_stylelint_options *g:ale_html_stylelint_options*
+ *b:ale_html_stylelint_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to stylelint.
+
+
+g:ale_html_stylelint_use_global *g:ale_html_stylelint_use_global*
+ *b:ale_html_stylelint_use_global*
+ Type: |String|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: