Skip to content

Commit

Permalink
fix(linter): do not generate docs.recommended property (#28009)
Browse files Browse the repository at this point in the history
(cherry picked from commit 00b3dd2)
  • Loading branch information
JamesHenry authored and FrozenPandaz committed Sep 25, 2024
1 parent 21d1696 commit adcd9b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem',
docs: {
description: \`\`,
recommended: 'recommended',
},
schema: [],
messages: {},
Expand Down Expand Up @@ -84,7 +83,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem',
docs: {
description: \`\`,
recommended: 'recommended',
},
schema: [],
messages: {},
Expand Down Expand Up @@ -140,7 +138,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem',
docs: {
description: \`\`,
recommended: 'recommended',
},
schema: [],
messages: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem',
docs: {
description: ``,
recommended: 'recommended',
},
schema: [],
messages: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem',
docs: {
description: \`\`,
recommended: 'recommended',
},
schema: [],
messages: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
type: 'problem',
docs: {
description: \`\`,
recommended: 'error',
},
schema: [],
messages: {},
Expand Down

0 comments on commit adcd9b2

Please sign in to comment.