We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e887a8d commit 22a3a75Copy full SHA for 22a3a75
lib/rules/prop-name-casing.js
@@ -40,7 +40,7 @@ function create (context) {
40
if (convertedName !== propName) {
41
context.report({
42
node: item,
43
- message: 'Prop "{{name}}" is not {{caseType}}.',
+ message: 'Prop "{{name}}" is not in {{caseType}}.',
44
data: {
45
name: propName,
46
caseType: caseType
@@ -59,7 +59,7 @@ module.exports = {
59
meta: {
60
docs: {
61
description: 'enforce specific casing for the Prop name in Vue components',
62
- category: 'strongly-recommended'
+ category: 'upcoming'
63
},
64
fixable: null, // or "code" or "whitespace"
65
schema: [
0 commit comments