noEvalDescription


noEvalDescription checks every description in the specification to ensure there are no eval() JavaScript statements being made.

The function is used by the no-eval-in-markdown Rule

This function is configured using functionOptions that define the regular expression used to check descriptions. The input name is pattern.


View Function Source