VIM + JSLint?

前端 未结 6 2076
花落未央
花落未央 2020-11-28 16:56

I spend my days in vim, currently writing a lot of JavaScript. I\'ve been trying to find a way to integrate JSLint or something similar into vim to improve my coding. Has an

6条回答
  •  时光取名叫无心
    2020-11-28 17:42

    Another option is jslint.vim from Jesse Hallet. It's available on GitHub and works with or without Vim's QuickFix window. It's a nice plugin!

提交回复
热议问题