We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bcdc1 commit fdd5836Copy full SHA for fdd5836
src/__tests__/forms.js
@@ -50,4 +50,4 @@ test('login form submits', () => {
50
expect(handleSubmit).toHaveBeenCalledWith(fakeUser)
51
})
52
53
-/* eslint jsx-a11y/label-has-for:0 */
+/* eslint jsx-a11y/label-has-for:0, jsx-a11y/aria-proptypes:0 */
0 commit comments