Is JSLint available for offline use?

前端 未结 17 1869
暖寄归人
暖寄归人 2020-12-29 23:36

I\'d like to use JSLint, but I am wary of tools that have access to my unfiltered source code. Is there an offline version or is there another similar tool that does \"

17条回答
  •  一个人的身影
    2020-12-30 00:01

    I have a tool for running JSLint from the command line with either the SpiderMonkey shell or Rhino. It also includes a plugin for Vim that allows you to press a button to automatically highlight any problem lines while editing a file:

    http://github.com/hallettj/jslint.vim/

提交回复
热议问题