Search code examples
jquerysublimetext2sublimetext3jslintsublime-jslint

How do i add linting package for jquery in Sublime text 3?


i have installed the package called jslint but its look like it is not supporting for jQuery. How do i checking error on jquery with sublime text 3? Kindly help.


Solution

  • https://github.com/SublimeLinter/SublimeLinter3

    http://www.paraesthesia.com/archive/2013/02/12/how-to-set-up-jshint-in-sublime-text-2-using.aspx/

    SublimeLinter is perhaps what you're looking for. The second link has instructions for using it with jQuery.

    Does that help?