2017-03-28 23:25:44 +01:00
|
|
|
===============================================================================
|
|
|
|
ALE CSS Integration *ale-css-options*
|
|
|
|
|
|
|
|
|
2017-09-10 19:42:45 +01:00
|
|
|
===============================================================================
|
|
|
|
prettier *ale-css-prettier*
|
|
|
|
|
|
|
|
See |ale-javascript-prettier| for information about the available options.
|
|
|
|
|
|
|
|
|
2017-07-08 14:17:26 +01:00
|
|
|
===============================================================================
|
2017-03-28 23:25:44 +01:00
|
|
|
stylelint *ale-css-stylelint*
|
|
|
|
|
|
|
|
g:ale_css_stylelint_executable *g:ale_css_stylelint_executable*
|
2017-04-27 23:04:34 +02:00
|
|
|
*b:ale_css_stylelint_executable*
|
2017-03-28 23:25:44 +01:00
|
|
|
Type: |String|
|
|
|
|
Default: `'stylelint'`
|
|
|
|
|
2017-06-18 11:03:31 +01:00
|
|
|
See |ale-integrations-local-executables|
|
2017-03-28 23:25:44 +01:00
|
|
|
|
|
|
|
|
2017-08-30 21:56:43 +01:00
|
|
|
g:ale_css_stylelint_options *g:ale_css_stylelint_options*
|
|
|
|
*b:ale_css_stylelint_options*
|
2017-03-28 23:25:44 +01:00
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to stylelint.
|
|
|
|
|
|
|
|
|
2017-04-27 23:04:34 +02:00
|
|
|
g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global*
|
|
|
|
*b:ale_css_stylelint_use_global*
|
2017-03-28 23:25:44 +01:00
|
|
|
Type: |String|
|
2018-04-09 19:11:20 +01:00
|
|
|
Default: `get(g:, 'ale_use_global_executables', 0)`
|
2017-03-28 23:25:44 +01:00
|
|
|
|
2017-06-18 11:03:31 +01:00
|
|
|
See |ale-integrations-local-executables|
|
2017-03-28 23:25:44 +01:00
|
|
|
|
|
|
|
|
2017-07-08 14:17:26 +01:00
|
|
|
===============================================================================
|
2017-03-28 23:25:44 +01:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|