Fixed a typo scss -> sass
This commit is contained in:
parent
fcfd8d5f56
commit
14aff89fb2
@ -722,7 +722,7 @@ g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global
|
|||||||
global version of stylelint, in preference to locally installed versions of
|
global version of stylelint, in preference to locally installed versions of
|
||||||
stylelint in node_modules.
|
stylelint in node_modules.
|
||||||
|
|
||||||
g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable*
|
g:ale_sass_stylelint_executable *g:ale_sass_stylelint_executable*
|
||||||
|
|
||||||
Type: |String|
|
Type: |String|
|
||||||
Default: `'stylelint'`
|
Default: `'stylelint'`
|
||||||
@ -731,10 +731,10 @@ g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable
|
|||||||
directory. If no such path exists, this variable will be used instead.
|
directory. If no such path exists, this variable will be used instead.
|
||||||
|
|
||||||
If you wish to use only a globally installed version of stylelint, set
|
If you wish to use only a globally installed version of stylelint, set
|
||||||
|g:ale_scss_stylelint_use_global| to `1`.
|
|g:ale_sass_stylelint_use_global| to `1`.
|
||||||
|
|
||||||
|
|
||||||
g:ale_scss_stylelint_use_global *g:ale_scss_stylelint_use_global*
|
g:ale_sass_stylelint_use_global *g:ale_sass_stylelint_use_global*
|
||||||
|
|
||||||
Type: |String|
|
Type: |String|
|
||||||
Default: `0`
|
Default: `0`
|
||||||
|
Loading…
Reference in New Issue
Block a user