File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -93,5 +93,8 @@ This config will be interpreted in the following way:
93
93
94
94
#### Accessibility-focused rules (prefixed with a11y)
95
95
96
- - [ No Generic Link Text] ( ./docs/rules/a11y-no-generic-link-text.md )
97
96
- [ Role Supports ARIA Props] ( ./docs/rules/role-supports-aria-props.md )
97
+
98
+ ##### Deprecated
99
+
100
+ - [ No Generic Link Text] ( ./docs/rules/a11y-no-generic-link-text.md )
Original file line number Diff line number Diff line change 1
- # No Generic Link Text
1
+ # No Generic Link Text [ Deprecated]
2
+
3
+ _ This rule has been deprecated in favor of ` anchor-ambiguous-text ` in ` eslint-plugin-jsx-a11y ` ._
2
4
3
5
## Rule Details
4
6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
plugins : [ 'github' , 'jsx-a11y' ] ,
9
9
extends : [ 'plugin:jsx-a11y/recommended' ] ,
10
10
rules : {
11
- 'github/a11y-no-generic-link-text' : 'error ' ,
11
+ 'github/a11y-no-generic-link-text' : 'off ' ,
12
12
'github/role-supports-aria-props' : 'error' ,
13
13
'jsx-a11y/role-supports-aria-props' : 'off' ,
14
14
} ,
You can’t perform that action at this time.
0 commit comments