We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a7cca commit 17d8c2bCopy full SHA for 17d8c2b
lib/rules/prop-name-casing.js
@@ -59,7 +59,7 @@ module.exports = {
59
meta: {
60
docs: {
61
description: 'enforce specific casing for the Prop name in Vue components',
62
- category: 'upcoming' // 'strongly-recommended'
+ category: undefined // 'strongly-recommended'
63
},
64
fixable: null, // or "code" or "whitespace"
65
schema: [
0 commit comments