summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-08-24 13:20:37 +0100
committerGitHub <noreply@github.com>2018-08-24 13:20:37 +0100
commitadc038f3271b9586e8d6a1e3dc3f2904816b2fff (patch)
treeea0040257398c127f63d9f9d26ce4f217ace49c7 /doc
parentc4eca7c417945a684949342da8d0ab30e6c82b3a (diff)
parentc253fb72e3645f80d0a49b9a5194f3ecc7d6ced1 (diff)
downloadale-adc038f3271b9586e8d6a1e3dc3f2904816b2fff.zip
Merge pull request #1839 from filipekiss/feature/stylelint-inline-css
Add Stylelint as HTML Linter
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-html.txt25
-rw-r--r--doc/ale.txt1
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt
index 98fddc58..0f93f5cd 100644
--- a/doc/ale-html.txt
+++ b/doc/ale-html.txt
@@ -84,6 +84,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:
diff --git a/doc/ale.txt b/doc/ale.txt
index 2a78a9de..8713a430 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -119,6 +119,7 @@ CONTENTS *ale-contents*
htmlhint............................|ale-html-htmlhint|
tidy................................|ale-html-tidy|
write-good..........................|ale-html-write-good|
+ stylelint...........................|ale-html-stylelint|
idris.................................|ale-idris-options|
idris...............................|ale-idris-idris|
java..................................|ale-java-options|