1
0
Fork 0

sass-lint

This commit is contained in:
Alexander Yakovlev 2018-11-13 13:57:36 +07:00
parent dbaa492f6b
commit ad327934d7
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -154,7 +154,8 @@ let g:ale_lint_on_text_changed = 0
let g:ale_lint_on_enter = 0
let g:ale_linters = {
\ 'javascript': ['eslint'],
\ 'php': ['php']
\ 'php': ['php'],
\ 'scss': ['sasslint'],
\}
let g:ale_fixers = {