2017-03-28 22:25:44 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE CSS Integration *ale-css-options*
|
|
|
|
|
|
|
|
|
2021-11-18 22:41:05 +00:00
|
|
|
===============================================================================
|
|
|
|
cspell *ale-css-cspell*
|
|
|
|
|
|
|
|
See |ale-cspell-options|
|
|
|
|
|
|
|
|
|
2019-03-26 12:40:51 +00:00
|
|
|
===============================================================================
|
2019-03-26 15:39:45 +00:00
|
|
|
fecs *ale-css-fecs*
|
2019-03-26 12:40:51 +00:00
|
|
|
|
2019-03-26 15:39:45 +00:00
|
|
|
`fecs` options for CSS is the same as the options for JavaScript, and both of
|
|
|
|
them reads `./.fecsrc` as the default configuration file. See:
|
|
|
|
|ale-javascript-fecs|.
|
2019-03-26 12:40:51 +00:00
|
|
|
|
|
|
|
|
2017-09-10 18:42:45 +00:00
|
|
|
===============================================================================
|
|
|
|
prettier *ale-css-prettier*
|
|
|
|
|
|
|
|
See |ale-javascript-prettier| for information about the available options.
|
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
stylelint *ale-css-stylelint*
|
|
|
|
|
|
|
|
g:ale_css_stylelint_executable *g:ale_css_stylelint_executable*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_css_stylelint_executable*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `'stylelint'`
|
|
|
|
|
2017-06-18 10:03:31 +00:00
|
|
|
See |ale-integrations-local-executables|
|
2017-03-28 22:25:44 +00:00
|
|
|
|
|
|
|
|
2017-08-30 20:56:43 +00:00
|
|
|
g:ale_css_stylelint_options *g:ale_css_stylelint_options*
|
|
|
|
*b:ale_css_stylelint_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to stylelint.
|
|
|
|
|
|
|
|
|
2017-04-27 21:04:34 +00:00
|
|
|
g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global*
|
|
|
|
*b:ale_css_stylelint_use_global*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
2018-04-09 18:11:20 +00:00
|
|
|
Default: `get(g:, 'ale_use_global_executables', 0)`
|
2017-03-28 22:25:44 +00:00
|
|
|
|
2017-06-18 10:03:31 +00:00
|
|
|
See |ale-integrations-local-executables|
|
2017-03-28 22:25:44 +00:00
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|