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: false positive new with member in no-extra-parens (fixes #12740) #13375

Merged
merged 7 commits into from Jul 3, 2020

Commits on May 30, 2020

  1. Copy the full SHA
    ce6d5c5 View commit details
    Browse the repository at this point in the history
  2. rename func

    yeonjuan committed May 30, 2020
    Copy the full SHA
    0511b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. merge master

    # Conflicts:
    #	lib/rules/no-extra-parens.js
    #	tests/lib/rules/no-extra-parens.js
    yeonjuan committed Jun 16, 2020
    Copy the full SHA
    63ca9fa View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. remove duplicate function

    yeonjuan committed Jun 18, 2020
    Copy the full SHA
    e64726a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e19df65 View commit details
    Browse the repository at this point in the history
  3. remove checking whole node

    yeonjuan committed Jun 18, 2020
    Copy the full SHA
    69a4d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. check member object

    yeonjuan committed Jun 21, 2020
    Copy the full SHA
    482656e View commit details
    Browse the repository at this point in the history