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 | |
parent | 5b3094558bb8e890404c2ea8e65f0fc9a520a322 (diff) | |
download | ale-3c34848e0296ca51b35fe15152c11ff7f32a3a72.zip |
Fix #510 Support checking LESS files with stylelint
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-less.txt | 27 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 29 insertions, 1 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: diff --git a/doc/ale.txt b/doc/ale.txt index ff38cbbe..c83e39df 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -107,6 +107,7 @@ CONTENTS *ale-contents* less..................................|ale-less-options| lessc...............................|ale-less-lessc| prettier............................|ale-less-prettier| + stylelint...........................|ale-less-stylelint| llvm..................................|ale-llvm-options| llc.................................|ale-llvm-llc| lua...................................|ale-lua-options| @@ -298,7 +299,7 @@ Notes: * JSON: `jsonlint`, `prettier` * Kotlin: `kotlinc`, `ktlint` * LaTeX (tex): `chktex`, `lacheck`, `proselint`, `write-good` -* Less: `lessc` +* Less: `lessc`, `prettier`, `stylelint` * LLVM: `llc` * Lua: `luacheck` * Mail: `proselint`, `vale` |