mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-24 20:12:27 +08:00
9 lines
248 B
VimL
9 lines
248 B
VimL
" Author: diartyz <diartyz@gmail.com>
|
|
|
|
call ale#linter#Define('sass', {
|
|
\ 'name': 'stylelint',
|
|
\ 'executable': 'stylelint',
|
|
\ 'command': g:ale#util#stdin_wrapper . ' .sass stylelint',
|
|
\ 'callback': 'ale#handlers#HandleStyleLintFormat',
|
|
\})
|