Skip to content

Conversation

jeremyyap
Copy link
Contributor

PR Checklist

Overview

  • no-caller is quite straightforward as it has no options.
  • For no-eval I only set allowIndirect: true if both original and new options have it set to true, because otherwise at least one of the original TSLint rules would have flagged indirect eval calls out.

ESLint Docs

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is excellent! +1 to allowIndirect only being enabled if both rules had it. Thanks @jeremyyap!

@JoshuaKGoldberg JoshuaKGoldberg merged commit f0308e9 into typescript-eslint:master Oct 7, 2019
@jeremyyap jeremyyap deleted the add-missing-mergers branch October 7, 2019 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing mergers: no-caller, no-eval

2 participants