]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-scss.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-scss.txt
1 ===============================================================================
2 ALE SCSS Integration                                         *ale-scss-options*
3
4
5 ===============================================================================
6 prettier                                                    *ale-scss-prettier*
7
8 See |ale-javascript-prettier| for information about the available options.
9
10
11 ===============================================================================
12 sasslint                                                    *ale-scss-sasslint*
13
14                                          *ale-options.scss_sasslint_executable*
15                                                *g:ale_scss_sasslint_executable*
16                                                *b:ale_scss_sasslint_executable*
17 scss_sasslint_executable
18 g:ale_scss_sasslint_executable
19   Type: |String|
20   Default: `'sass-lint'`
21
22   See |ale-integrations-local-executables|
23
24                                             *ale-options.scss_sasslint_options*
25                                                   *g:ale_scss_sasslint_options*
26                                                   *b:ale_scss_sasslint_options*
27 scss_sasslint_options
28 g:ale_scss_sasslint_options
29   Type: |String|
30   Default: `''`
31
32   This variable can be set to pass additional options to sass-lint.
33
34                                          *ale-options.scss_sasslint_use_global*
35                                                *g:ale_scss_sasslint_use_global*
36                                                *b:ale_scss_sasslint_use_global*
37 scss_sasslint_use_global
38 g:ale_scss_sasslint_use_global
39   Type: |Number|
40   Default: `get(g:, 'ale_use_global_executables', 0)`
41
42   See |ale-integrations-local-executables|
43
44
45 ===============================================================================
46 stylelint                                                  *ale-scss-stylelint*
47
48                                         *ale-options.scss_stylelint_executable*
49                                               *g:ale_scss_stylelint_executable*
50                                               *b:ale_scss_stylelint_executable*
51 scss_stylelint_executable
52 g:ale_scss_stylelint_executable
53   Type: |String|
54   Default: `'stylelint'`
55
56   See |ale-integrations-local-executables|
57
58                                            *ale-options.scss_stylelint_options*
59                                                  *g:ale_scss_stylelint_options*
60                                                  *b:ale_scss_stylelint_options*
61 scss_stylelint_options
62 g:ale_scss_stylelint_options
63   Type: |String|
64   Default: `''`
65
66   This variable can be set to pass additional options to stylelint.
67
68                                         *ale-options.scss_stylelint_use_global*
69                                               *g:ale_scss_stylelint_use_global*
70                                               *b:ale_scss_stylelint_use_global*
71 scss_stylelint_use_global
72 g:ale_scss_stylelint_use_global
73   Type: |String|
74   Default: `get(g:, 'ale_use_global_executables', 0)`
75
76   See |ale-integrations-local-executables|
77
78
79 ===============================================================================
80   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: