app/react/ConnectionsList/components/SearchBar.js
JSX props should not use .bind() Open
Open
<Icon icon="times" onClick={this.resetSearch.bind(this)} />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "entityId" is not required, but has no corresponding defaultProps declaration. Open
Open
entityId: PropTypes.string,
- 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 function mapStateToProps({ relationships }) {
- 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 "search" is not required, but has no corresponding defaultProps declaration. Open
Open
search: PropTypes.object,
- 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)(SearchBar);
- 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 class SearchBar extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
search: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
A control must be associated with a text label. Open
Open
<input
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/