fix(linter): do not generate docs.recommended property (#28009)

This commit is contained in:
James Henry 2024-09-20 17:31:10 +04:00 committed by GitHub
parent 21d1696ef5
commit 00b3dd2fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 6 deletions

View File

@ -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: {},

View File

@ -25,7 +25,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem', type: 'problem',
docs: { docs: {
description: ``, description: ``,
recommended: 'recommended',
}, },
schema: [], schema: [],
messages: {}, messages: {},

View File

@ -43,7 +43,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem', type: 'problem',
docs: { docs: {
description: \`\`, description: \`\`,
recommended: 'recommended',
}, },
schema: [], schema: [],
messages: {}, messages: {},

View File

@ -84,7 +84,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem', type: 'problem',
docs: { docs: {
description: \`\`, description: \`\`,
recommended: 'error',
}, },
schema: [], schema: [],
messages: {}, messages: {},