This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/css/stylelint.vim

9 lines
246 B
VimL
Raw Normal View History

2016-12-06 13:14:14 +00:00
" Author: diartyz <diartyz@gmail.com>
call ale#linter#Define('css', {
\ 'name': 'stylelint',
\ 'executable': 'stylelint',
\ 'command': g:ale#util#stdin_wrapper . ' .css stylelint',
\ 'callback': 'ale#handlers#HandleStyleLintFormat',
\})