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

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -