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

Disallow capital letter at the beginning in CamelCasePropertyName rule #833

Conversation

martzd
Copy link
Contributor

@martzd martzd commented Oct 5, 2020

Type: bugfix
Issue: Resolves #276
Breaking change: yes, capital letter at the beggining of property name is not allowed anymore in the CamelCasePropertyName rule

kylekatarnls
kylekatarnls previously approved these changes Oct 6, 2020
…disallow-capital-in-camel-case-property-name
@kylekatarnls kylekatarnls added this to the 3.0.0 milestone Apr 16, 2021
@tvbeek
Copy link
Member

tvbeek commented Feb 3, 2022

I miss read the BC part and pressed merge to fast, so I created a revert PR. Sorry for that.

@kylekatarnls kylekatarnls modified the milestones: 3.0.0, 2.12.0 Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

CamelCasePropertyName does allow Capitals at the beginning while CamelCaseVariableName does not
4 participants