node.js - How to validate muliple js file using JSHINT -


i can validate current file in jshint below code

jshint filename.js 

but want validate entire folder.

*for example have in js folder*    abc.js   cde.js   efg.js 

per cheatsheet-like post, do.

jshint . 

Comments