From 940b27e207bfca198a0188396a22b768862fb000 Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Mon, 31 Jul 2017 10:03:18 -0700 Subject: [PATCH] fix lint rule --- .../src/views/accessibility/accessibility_example.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui_framework/doc_site/src/views/accessibility/accessibility_example.js b/ui_framework/doc_site/src/views/accessibility/accessibility_example.js index 54a01f3a5fa4e..470127beea624 100644 --- a/ui_framework/doc_site/src/views/accessibility/accessibility_example.js +++ b/ui_framework/doc_site/src/views/accessibility/accessibility_example.js @@ -55,11 +55,14 @@ export default props => ( }]} > - This class can be useful to add accessibility to older designs that - are still in use, but it shouldn't be a permanent solution. - See + This class can be useful to add accessibility to older designs that are + still in use, but it shouldn't be a permanent solution. See http://webaim.org/techniques/css/invisiblecontent/ - for more information. + { + // eslint-disable-next-line react/jsx-closing-tag-location + } for more information.