Is there an offline version of JSLint for Windows?

前端 未结 16 1762
刺人心
刺人心 2021-02-05 03:05

I would like to check my JavaScript files without going to JSLint web site.
Is there a desktop version of this tool for Windows?

16条回答
  •  一向
    一向 (楼主)
    2021-02-05 03:20

    If you use notepad++, there's a JSLint plugin for you.

    JSLint Plugin for Notepad++

    You can find it and install from notepad++'s Plugin Manager.

提交回复
热议问题