app/react/Relationships/components/SearchEntitiesForm.js
propType "search" is not required, but has no corresponding defaultProps declaration. Open
Open
search: PropTypes.func,
- 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/
Export statements should appear at the end of the file Open
Open
export class SearchEntitiesForm extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
'connectionType' PropType is defined but prop is never used Open
Open
connectionType: PropTypes.string,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "searchTerm" is not required, but has no corresponding defaultProps declaration. Open
Open
searchTerm: 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, mapDispatchToProps)(SearchEntitiesForm);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "connectionType" is not required, but has no corresponding defaultProps declaration. Open
Open
connectionType: PropTypes.string,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/