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): [naming-convention] add support for #private modifier on class members #6259

Commits on Dec 21, 2022

  1. Add #private as a modifier

    Numbers for TypeModifiers are changed as instructed by the comment in the Modifiers enum
    hlysine committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5eb8560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96ca0c View commit details
    Browse the repository at this point in the history
  3. Add tests

    hlysine committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    695c8a5 View commit details
    Browse the repository at this point in the history
  4. Add docs

    hlysine committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4cfd58f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    8c95e78 View commit details
    Browse the repository at this point in the history