the above link is a the documentation on jslint. I am trying to run the jslint command on all the js files available with in a directory and subdirectories in a command prompt.
I don't find any option. even if i try to run the command by passing directory as a param. i am getting error. Any solutions will be very helpful.
jslint src/ Error: EISDIR: illegal operation on a directory, read
Note: src is a source directory which has all my js files in sub directories.
instructions to jslint a directory is here. it will only shallow lint directory however.