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 -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -