dotfiles/.vim/compiler/jshint.vim
2024-02-19 16:08:48 +01:00

6 lines
162 B
VimL

" npm install -g jshint
CompilerSet makeprg=jshint
CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m
" vim: set sts=4 sw=4 expandtab ff=unix fdm=syntax :