Reports any instances of JavaScript functions whose bodies are contain statements
too deeply nested within other statements.
Functions with too much statement
nesting may be confusing, and are a good sign that refactoring may be necessary.
Use the field provided below to specify the maximum acceptable nesting depth a function might have.