fix(linter): do not generate docs.recommended property (#28009)
This commit is contained in:
parent
21d1696ef5
commit
00b3dd2fd9
@ -28,7 +28,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: \`\`,
|
description: \`\`,
|
||||||
recommended: 'recommended',
|
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
@ -84,7 +83,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: \`\`,
|
description: \`\`,
|
||||||
recommended: 'recommended',
|
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
@ -140,7 +138,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: \`\`,
|
description: \`\`,
|
||||||
recommended: 'recommended',
|
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
|
|||||||
@ -25,7 +25,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: ``,
|
description: ``,
|
||||||
recommended: 'recommended',
|
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
|
|||||||
@ -43,7 +43,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: \`\`,
|
description: \`\`,
|
||||||
recommended: 'recommended',
|
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
|
|||||||
@ -84,7 +84,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: \`\`,
|
description: \`\`,
|
||||||
recommended: 'error',
|
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user