Created
October 25, 2019 01:45
-
-
Save patrickmaciel/a6b4a19cc9493abccbb195ebe6346cab to your computer and use it in GitHub Desktop.
ESLINT - allow htmlFor to work with next elements not only nested
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsx-a11y/label-has-associated-control": [ 2, { | |
"required": { | |
"some": [ "nesting", "id" ] | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment