I have installed jslint plugin in Notepad++
I have changed the options maximum no. of errors to 5000 of jslint as attached below image for getting all the errors or scanning whole file but still i am getting only 7 errors.
Secondly is there a way to ignore any particular line\set of lines in code so that jslint not parse it.
i have used
// jslint ignore:line
and
/*ignore jslint start*/
//
//
//
/*ignore jslint end*/
but not worked at all.