0

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.

user5075511
  • 421
  • 1
  • 5
  • 11
  • Did that answer fix your problem? Or did you see jQuery specific errors when you ran JSLint? If it's the second, you probably need a JSLint directive at the top of your files. It's impossible to tell from your broad question, but if Aniruddh's got your answer, best of luck, I guess! – ruffin Aug 11 '15 at 23:03

1 Answers1

0

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?