File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
99
99
100
100
## Supported Rules
101
101
102
- - [ accessible-emoji] ( docs/rules/accessible-emoji.md ) : Enforce emojis are wrapped in ` <span> ` and provide screenreader access.
103
102
- [ alt-text] ( docs/rules/alt-text.md ) : Enforce all elements that require alternative text have meaningful information to relay back to end user.
104
103
- [ anchor-has-content] ( docs/rules/anchor-has-content.md ) : Enforce all anchors to contain accessible content.
105
104
- [ anchor-is-valid] ( docs/rules/anchor-is-valid.md ) : Enforce all anchors are valid, navigable elements.
@@ -138,7 +137,6 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
138
137
139
138
Rule | Recommended | Strict
140
139
------------ | ------------- | -------------
141
- [ accessible-emoji] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md ) | error | error
142
140
[ alt-text] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/alt-text.md ) | error | error
143
141
[ anchor-has-content] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-has-content.md ) | error | error
144
142
[ anchor-is-valid] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md ) | error | error
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ module.exports = {
50
50
} ,
51
51
} ,
52
52
rules : {
53
- 'jsx-a11y/accessible-emoji' : 'error' ,
54
53
'jsx-a11y/alt-text' : 'error' ,
55
54
'jsx-a11y/anchor-has-content' : 'error' ,
56
55
'jsx-a11y/anchor-is-valid' : 'error' ,
@@ -206,7 +205,6 @@ module.exports = {
206
205
} ,
207
206
} ,
208
207
rules : {
209
- 'jsx-a11y/accessible-emoji' : 'error' ,
210
208
'jsx-a11y/alt-text' : 'error' ,
211
209
'jsx-a11y/anchor-has-content' : 'error' ,
212
210
'jsx-a11y/anchor-is-valid' : 'error' ,
You can’t perform that action at this time.
0 commit comments