0
kicks
Control the Complexity of Your JavaScript Functions with JSHint
New JSHint Features
Many of you are aware of the JSHint code quality tool that has been around for the past couple of years. As of recently, the following new options that have been added regarding the complexity of a function.
* maxparams
* maxdepth
* maxstatements
* maxcomplexity