app/react/App/Footer.js
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations Open
Open
<a href="https://huridocs.org/" target="_blank">
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Definition for rule 'node/no-restricted-import' was not found. Open
Open
import PropTypes from 'prop-types';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "user" is not required, but has no corresponding defaultProps declaration. Open
Open
user: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
user: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations Open
Open
<a href="https://www.uwazi.io/" target="_blank" className="footer-logo">
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "siteName" is not required, but has no corresponding defaultProps declaration. Open
Open
siteName: PropTypes.string,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect(mapStateToProps)(Footer);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/