File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ This rule enforce proper casing of slot names in vue components.
40
40
}
41
41
```
42
42
43
- - ` "camelCase" ` (default) ... Enforce slot name to be camel case.
44
- - ` "kebab-case" ` ... Enforce slot name to be kebab case.
45
- - ` "singleword" ` ... Enforce slot name to be single word.
43
+ - ` "camelCase" ` (default) ... Enforce slot name to be in camel case.
44
+ - ` "kebab-case" ` ... Enforce slot name to be in kebab case.
45
+ - ` "singleword" ` ... Enforce slot name to be a single word.
46
46
47
47
### ` "kebab-case" `
48
48
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports = {
39
39
}
40
40
] ,
41
41
messages : {
42
- invalidCase : 'Slot name "{{name}}" is not in {{caseType}}.'
42
+ invalidCase : 'Slot name "{{name}}" is not {{caseType}}.'
43
43
}
44
44
} ,
45
45
/** @param {RuleContext } context */
You can’t perform that action at this time.
0 commit comments