B Seven
B Seven

Reputation: 45941

Integrating JavaScript Lint in Notepad++

Followed directions in Using JSLint in Notepad++. Using JavaScript Lint (not JSLint).

I am using jQuery library. How do you ignore the 300 jQuery warnings?

Upvotes: 1

Views: 1394

Answers (1)

JaredMcAteer
JaredMcAteer

Reputation: 22545

In your conf.txt add

/*global $, jQuery*/

Upvotes: 1

Related Questions