1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add JSON linter

This commit is contained in:
Daniel Barber 2018-05-30 14:34:01 -04:00
parent 078811e5f0
commit 9cf7b786d6
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -8,5 +8,8 @@ let g:ale_fixers = {
\ 'remove_trailing_lines',
\ 'trim_whitespace',
\ 'rubocop'
\ ],
\ 'json': [
\ 'jq'
\ ]
\}