nvim: Lint css with stylelint
This commit is contained in:
parent
af06985877
commit
887c794b91
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ let g:ale_linters = {
|
||||||
\ 'bash': [
|
\ 'bash': [
|
||||||
\ 'shellcheck',
|
\ 'shellcheck',
|
||||||
\ ],
|
\ ],
|
||||||
|
\ 'css': [
|
||||||
|
\ 'stylelint',
|
||||||
|
\ ],
|
||||||
\ 'go': [
|
\ 'go': [
|
||||||
\ 'go build',
|
\ 'go build',
|
||||||
\ 'goimports',
|
\ 'goimports',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue