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(eslint-plugin): [member-ordering] add a required option for required vs. optional member ordering #5965

Merged
merged 15 commits into from Nov 28, 2022

Commits on Nov 10, 2022

  1. fix(eslint-plugin): [member-ordering] add requiredFirst as an option …

    …which ensures that all required members appear before all optional members.
    asdf93074 committed Nov 10, 2022
    Copy the full SHA
    00d0066 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c00c2a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0920426 View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [member-ordering] refactoring getIndexOfLastRequi…

    …redMember to be slightly faster and adding jsdoc comments for it and isMemberOptional.
    asdf93074 committed Nov 10, 2022
    Copy the full SHA
    bf90b29 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    afcb6b9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8c3e9d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. fix(eslint-plugin): [member-ordering] change requiredFirst to require…

    …d which takes first or last as a value and adding functionality to check order based on both of these along with additional tests.
    asdf93074 committed Nov 15, 2022
    Copy the full SHA
    31e9a99 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Copy the full SHA
    ce40b8e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Copy the full SHA
    c09d42a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abf6b8d View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [member-ordering] adding test cases for coverage …

    …and removing unused code.
    asdf93074 committed Nov 18, 2022
    Copy the full SHA
    f583399 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1691fa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. feat(eslint-plugin): [member-ordering] adding more tests to increase …

    …coverage for isMemberOptional function.
    asdf93074 committed Nov 21, 2022
    Copy the full SHA
    bb8444f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Copy the full SHA
    832aa08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    17c0595 View commit details
    Browse the repository at this point in the history