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): [interface-name-prefix, class-name-casing] Add allowUnderscorePrefix option to support private declarations #790

Commits on Aug 3, 2019

  1. Improve "interface-name-prefix" to accept an options object with an "…

    …allowUnderscorePrefix" feature
    octogonz committed Aug 3, 2019
    Copy the full SHA
    3351e8e View commit details
    Browse the repository at this point in the history
  2. Improve "class-name-casing" to accept an options object with an "allo…

    …wUnderscorePrefix" feature
    octogonz committed Aug 3, 2019
    Copy the full SHA
    a58c9a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

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

Commits on Aug 13, 2019

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