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

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

javascript - How to bind ViewModel Store to View? -