Using JSLint in Notepad++

前端 未结 3 1909
情话喂你
情话喂你 2020-12-07 15:14

I have seen other text editors use extensions to allow syntax checkers such as JSLint, is this possible with Notepad++?

3条回答
  •  再見小時候
    2020-12-07 15:33

    After you've installed the plugin you should go to:

    Plugins -> JSLint -> JSLint options

    and change "Choose JavaScript lint tool:" to JSHint.

    JSHint gives alot less meaningless "errors".

提交回复
热议问题