📚 Add docs for html stylelint

This commit is contained in:
Filipe Kiss 2018-08-22 18:38:07 -03:00
parent b78ee18898
commit 935a132d8f
No known key found for this signature in database
GPG Key ID: 0BD3425F7E07DA42
1 changed files with 25 additions and 0 deletions

View File

@ -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: