Added fbjs eslint config, fixed lint errors and warnings

This commit is contained in:
jxom
2017-10-10 08:41:44 +11:00
parent 5a96b1da03
commit de3bd87f4b
7 changed files with 20 additions and 9 deletions

View File

@@ -147,7 +147,9 @@ class StickyResponsiveSidebar extends Component {
boxShadow: '0 0 20px rgba(0, 0, 0, 0.3)',
[media.lessThan('small')]: smallScreenBottomBarStyles,
}}
onClick={this._openNavMenu}>
onClick={this._openNavMenu}
role="button"
tabIndex="-1">
<Container>
<div
css={{