Skip to content

Commit 488dcc8

Browse files
committed
label-has-for deprecated in 6.1 - airbnb/javascript#1873
1 parent 1e80bd9 commit 488dcc8

File tree

3 files changed

+34
-160
lines changed

3 files changed

+34
-160
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
// Accessibility
223223
"jsx-a11y/aria-props": 2,
224224
"jsx-a11y/heading-has-content": 2,
225-
"jsx-a11y/label-has-for": [1, {"allowChildren": true}],
226225
"jsx-a11y/mouse-events-have-key-events": 2,
227226
"jsx-a11y/role-has-required-aria-props": 2,
228227
"jsx-a11y/role-supports-aria-props": 2,

0 commit comments

Comments
 (0)