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 requiresQuotes modifier #2813

Merged
merged 1 commit into from Nov 25, 2020

Commits on Nov 25, 2020

  1. feat(eslint-plugin): [naming-convention] add requiresQuotes modifier

    Fixes #2761
    Fixes #1483
    
    This modifier simply matches any member name that requires quotes.
    To clarify: this does not match names that have quotes - only names that ***require*** quotes.
    bradzacher committed Nov 25, 2020
    Copy the full SHA
    643b81d View commit details
    Browse the repository at this point in the history