diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-12 12:09:19 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-12 12:09:19 +0000 |
commit | 3c34848e0296ca51b35fe15152c11ff7f32a3a72 (patch) | |
tree | c65c6906966305934d0a4c28d3e1030864578e79 /doc/ale-less.txt | |
parent | 5b3094558bb8e890404c2ea8e65f0fc9a520a322 (diff) | |
download | ale-3c34848e0296ca51b35fe15152c11ff7f32a3a72.zip |
Fix #510 Support checking LESS files with stylelint
Diffstat (limited to 'doc/ale-less.txt')
-rw-r--r-- | doc/ale-less.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-less.txt b/doc/ale-less.txt index a372afe0..05f56e2b 100644 --- a/doc/ale-less.txt +++ b/doc/ale-less.txt @@ -36,4 +36,31 @@ See |ale-javascript-prettier| for information about the available options. =============================================================================== +stylelint *ale-less-stylelint* + +g:ale_less_stylelint_executable *g:ale_less_stylelint_executable* + *b:ale_less_stylelint_executable* + Type: |String| + Default: `'stylelint'` + + See |ale-integrations-local-executables| + + +g:ale_less_stylelint_options *g:ale_less_stylelint_options* + *b:ale_less_stylelint_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to stylelint. + + +g:ale_less_stylelint_use_global *g:ale_less_stylelint_use_global* + *b:ale_less_stylelint_use_global* + Type: |String| + Default: `0` + + See |ale-integrations-local-executables| + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |