File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ Rule | Recommended | Strict
150
150
[ img-redundant-alt] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/img-redundant-alt.md ) | error | error
151
151
[ interactive-supports-focus] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/interactive-supports-focus.md ) | error | error
152
152
[ label-has-associated-control] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/label-has-associated-control.md ) | error | error
153
+ [ lang] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/lang.md ) | error | error
153
154
[ media-has-caption] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/media-has-caption.md ) | error | error
154
155
[ mouse-events-have-key-events] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/mouse-events-have-key-events.md ) | error | error
155
156
[ no-access-key] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-access-key.md ) | error | error
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ module.exports = {
110
110
] ,
111
111
'jsx-a11y/label-has-associated-control' : 'error' ,
112
112
'jsx-a11y/label-has-for' : 'off' ,
113
+ 'jsx-a11y/lang' : 'error' ,
113
114
'jsx-a11y/media-has-caption' : 'error' ,
114
115
'jsx-a11y/mouse-events-have-key-events' : 'error' ,
115
116
'jsx-a11y/no-access-key' : 'error' ,
@@ -267,6 +268,7 @@ module.exports = {
267
268
] ,
268
269
'jsx-a11y/label-has-for' : 'error' ,
269
270
'jsx-a11y/label-has-associated-control' : 'error' ,
271
+ 'jsx-a11y/lang' : 'error' ,
270
272
'jsx-a11y/media-has-caption' : 'error' ,
271
273
'jsx-a11y/mouse-events-have-key-events' : 'error' ,
272
274
'jsx-a11y/no-access-key' : 'error' ,
You can’t perform that action at this time.
0 commit comments