Is JSLint available for offline use?

前端 未结 17 1826
暖寄归人
暖寄归人 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-29 23:57

    I have JSLint with Node.js validating code in my deploy scripts to ensure I don't accidentally push code that could break my site. It can save a lot of time handling customer support issues later.

提交回复
热议问题