Skip to content

Commit 9a82bce

Browse files
authored
Merge pull request #636 from github/dependabot/npm_and_yarn/all-dependencies-1491899ed4
chore(deps): bump the all-dependencies group across 1 directory with 10 updates
2 parents 4deb99d + e7ca137 commit 9a82bce

File tree

3 files changed

+836
-423
lines changed

3 files changed

+836
-423
lines changed

lib/rules/a11y-no-generic-link-text.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ export default {
2222
url: url(import.meta.url),
2323
recommended: false,
2424
},
25-
deprecated: true,
25+
deprecated: {
26+
message: 'It was replaced by `jsx-a11y/anchor-ambiguous-text`.',
27+
replacedBy: [
28+
{
29+
rule: {
30+
name: 'jsx-a11y/anchor-ambiguous-text',
31+
},
32+
},
33+
],
34+
},
35+
// TODO: once https://github.com/bmish/eslint-doc-generator/issues/512 is supported, remove replacedBy
36+
// eslint-disable-next-line eslint-plugin/no-meta-replaced-by
2637
replacedBy: ['jsx-a11y/anchor-ambiguous-text'],
2738
schema: [],
2839
messages: {

0 commit comments

Comments
 (0)