client/src/containers/Header.js
Function render
has 79 lines of code (exceeds 50 allowed). Consider refactoring. Wontfix
Wontfix
render() {
const { anchorEl } = this.state;
const open = Boolean(anchorEl);
const { authenticated, classes, signOutUser } = this.props;
Parsing error: Unexpected token 91 |
92 | {!authenticated && ( Wontfix
Wontfix
<>
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/