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

feat(no-in-array): Disallow using in operator for arrays #5851

Closed
wants to merge 12 commits into from

Commits on Oct 18, 2022

  1. Complete Super Method Checking

    I rewrite it again after one month, and i figured out that the last
    clone is outdated and i cloned the latest repo and just copied & pasted
    the file.
    Because of that there is no history available for this project.
    mahdi-farnia committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6ec086d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update packages/eslint-plugin/docs/rules/call-super-on-override.md

    Unnecessary Information Removed
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    mahdi-farnia and JoshuaKGoldberg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    31be88c View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/src/rules/call-super-on-override.ts

    Rule Is Now Off By Default
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    mahdi-farnia and JoshuaKGoldberg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5138d1d View commit details
    Browse the repository at this point in the history
  3. Update packages/eslint-plugin/src/rules/call-super-on-override.ts

    My bad!😱
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    mahdi-farnia and JoshuaKGoldberg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b8444c3 View commit details
    Browse the repository at this point in the history
  4. Unnecessary ignoreMethods Option Removed

    This option is unneeded because users can simply turn off the rule
    mahdi-farnia committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    a31ade2 View commit details
    Browse the repository at this point in the history
  5. Support For Literal Method Names

    Support for literal method names & better error message for computed and
    non-computed method names.
    mahdi-farnia committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2b65003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab81978 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fe9429 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f588b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35c527c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e95c87f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Rule no-in-array

    mahdi-farnia committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4e9da68 View commit details
    Browse the repository at this point in the history