Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(eslint-plugin): [no-var-requires] error if parent is CallExpression #725

Merged

Commits on Jul 19, 2019

  1. fix: 🐛 Throwig error if parent is CallExpression

    Throwing error if the parent is CallExpression in no-var-requires plugin
    
    Closes: typescript-eslint#665
    JayaKrishnaNamburu committed Jul 19, 2019
    Copy the full SHA
    8df30ae View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. test: 💍 Added test case for checking no-var-require

    Adding a missing test case after handling new edge case
    
    Closes: typescript-eslint#665
    JayaKrishnaNamburu committed Jul 24, 2019
    Copy the full SHA
    e2ad8ac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c47f5cf View commit details
    Browse the repository at this point in the history