Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 441 Bytes

no-function-constructor-with-string-args.md

File metadata and controls

13 lines (7 loc) · 441 Bytes

Pattern: Function constructor with string arguments

Issue: -

Description

Deprecated - This rule is in the TSLint product as function-constructor.

Do not use the version of the Function constructor that accepts a string argument to define the body of the function.

Further Reading