app/react/Relationships/components/LoadMoreRelationshipsButton.js
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/
Export statements should appear at the end of the file Open
Open
export const LoadMoreRelationshipsButton = ({
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Missing an explicit type attribute for button Open
Open
<button onClick={actionFunction} className="btn btn-default btn-load-more">
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect(mapStateToProps, mapDispatchToProps)(LoadMoreRelationshipsButton);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Export statements should appear at the end of the file Open
Open
export const mapStateToProps = ({ relationships }) => ({
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/