-
-
Notifications
You must be signed in to change notification settings - Fork 681
Rule Proposition: name
property casing
#93
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
Comments
@filipalacerda pull request #94 with rule added, can you please look into https://github.com/armano2/eslint-plugin-vue/blob/patch-14-name-casing/docs/rules/name-casing.md |
@armano2 the readme LGTM 🚀 |
Thank you for the proposal! Sounds good to me. I prefer I think the rule name Maybe Hmm... |
@mysticatea what do you think about |
@armano2 I have learned that we should avoid double negation, while I have written core rules. How about |
Aha, I have already used many double negation 😂 |
@mysticatea |
@mysticatea #94 is merged i thik we can close this ticket |
Released in |
Per feedback in #77 (comment):
Rule proposition:
name
property casingDefine a style for the
name
property casing for consistency purposes:Configuration
'vue/name-casing': ['camelCase'|'kebab-case'|'PascalCase']
camelCase
kebab-case
PascalCase
cc @armano2
The text was updated successfully, but these errors were encountered: