app/react/SemanticSearch/components/SemanticSearchResults.js
'addSearchResults' PropType is defined but prop is never used Open
Open
addSearchResults: PropTypes.func.isRequired,
- 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 React, { Component } from 'react';
- 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 SemanticSearchResults extends Component {
- 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)(SemanticSearchResults);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/