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? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -