Pattern: Use of with statement Issue: - Description Do not use with statements. Assign the item to a new variable instead. Further Reading TSLint - no-with-statement