File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.
4040}
4141```
4242
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.
4646
4747### ` "kebab-case" `
4848
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports = {
3939 }
4040 ] ,
4141 messages : {
42- invalidCase : 'Slot name "{{name}}" is not in {{caseType}}.'
42+ invalidCase : 'Slot name "{{name}}" is not {{caseType}}.'
4343 }
4444 } ,
4545 /** @param {RuleContext } context */
You can’t perform that action at this time.
0 commit comments