Skip to content

Commit 110a8e0

Browse files
committed
Remove invalid meta.docs.recommended properties from rules
1 parent 69b7523 commit 110a8e0

6 files changed

+0
-6
lines changed

lib/rules/no-duplicate-attr-inheritance.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = {
4040
description:
4141
'enforce `inheritAttrs` to be set to `false` when using `v-bind="$attrs"`',
4242
categories: undefined,
43-
recommended: false,
4443
url: 'https://eslint.vuejs.org/rules/no-duplicate-attr-inheritance.html'
4544
},
4645
fixable: null,

lib/rules/no-potential-component-option-typo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
docs: {
1313
description: 'disallow a potential typo in your component property',
1414
categories: undefined,
15-
recommended: false,
1615
url: 'https://eslint.vuejs.org/rules/no-potential-component-option-typo.html'
1716
},
1817
fixable: null,

lib/rules/require-typed-object-prop.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ module.exports = {
116116
docs: {
117117
description: 'enforce adding type declarations to object props',
118118
categories: undefined,
119-
recommended: false,
120119
url: 'https://eslint.vuejs.org/rules/require-typed-object-prop.html'
121120
},
122121
fixable: null,

lib/rules/sort-keys.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ module.exports = {
7171
description:
7272
'enforce sort-keys in a manner that is compatible with order-in-components',
7373
categories: null,
74-
recommended: false,
7574
url: 'https://eslint.vuejs.org/rules/sort-keys.html'
7675
},
7776
fixable: null,

lib/rules/v-for-delimiter-style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
docs: {
1515
description: "enforce `v-for` directive's delimiter style",
1616
categories: undefined,
17-
recommended: false,
1817
url: 'https://eslint.vuejs.org/rules/v-for-delimiter-style.html'
1918
},
2019
fixable: 'code',

lib/rules/v-if-else-key.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ module.exports = {
127127
description:
128128
'require key attribute for conditionally rendered repeated components',
129129
categories: null,
130-
recommended: false,
131130
url: 'https://eslint.vuejs.org/rules/v-if-else-key.html'
132131
},
133132
// eslint-disable-next-line eslint-plugin/require-meta-fixable -- fixer is not recognized

0 commit comments

Comments
 (0)