-
-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Description
Per feedback in #77 (comment):
Rule proposition:
name property casing
Define a style for the name property casing for consistency purposes:
Configuration
'vue/name-casing': ['camelCase'|'kebab-case'|'PascalCase']
camelCase
{
name: 'myComponent'
}
kebab-case
{
name: 'my-component'
}
PascalCase
{
name: 'MyComponent'
}
cc @armano2