Skip to content

Commit

Permalink
#290 ESLint: Enable jsx-a11y/label-has-associated-control and chang…
Browse files Browse the repository at this point in the history
…e options
  • Loading branch information
zaki-yama committed Mar 26, 2019
1 parent 8284ab9 commit c1416f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ module.exports = {
'jsx-a11y/role-has-required-aria-props': 2,
'jsx-a11y/anchor-is-valid': 1,
'jsx-a11y/interactive-supports-focus': 2,
'jsx-a11y/label-has-associated-control': 1
'jsx-a11y/label-has-associated-control': [2, { assert: 'either' }],
}
};

0 comments on commit c1416f6

Please sign in to comment.