JSH318908: Do not use eval

This option suppresses warnings about the use of eval. The use of eval is discouraged because it can make your code vulnerable to various injection attacks and it makes it hard for JavaScript interpreter to do certain optimizations. (JSHint option 'evil')

TypeName: DoNotUseEval
CheckId: JSH318908
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus