diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-09-27 16:54:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 16:54:17 +0100 |
commit | fd0467f9927d0bf5ee88b157c1978c3b69509460 (patch) | |
tree | 3610df20fcaaaab7127fba624c6caa9c855ac5ac /doc | |
parent | 947360f714cac48cff1b3e1949b1b66b48be671e (diff) | |
parent | 9bbea8b830c57cb572bb01fde1567a447073bd27 (diff) | |
download | ale-fd0467f9927d0bf5ee88b157c1978c3b69509460.zip |
Merge pull request #1917 from jpsouzasilva/fix-stylelint-scss
Support options when using Stylelint with SCSS
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-scss.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale-scss.txt b/doc/ale-scss.txt index 14e6feb7..3ad84fc1 100644 --- a/doc/ale-scss.txt +++ b/doc/ale-scss.txt @@ -18,6 +18,12 @@ g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable* See |ale-integrations-local-executables| +g:ale_scss_stylelint_options *g:ale_scss_stylelint_options* + *b:ale_scss_stylelint_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to stylelint. g:ale_scss_stylelint_use_global *g:ale_scss_stylelint_use_global* *b:ale_scss_stylelint_use_global* |