app/react/Relationships/components/LeftRelationship.js
Missing an explicit type attribute for button Open
Open
<button onClick={this.toggelRemoveLeftRelationship} className="relationships-icon">
- 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 { bindActionCreators } from 'redux';
- 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)(LeftRelationship);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
JSX props should not use .bind() Open
Open
onChange={this.props.updateLeftRelationshipType.bind(null, index)}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/