app/react/ConnectionsList/components/ConnectionsGroup.js
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/
propType "group" is not required, but has no corresponding defaultProps declaration. Open
Open
group: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "setFilter" is not required, but has no corresponding defaultProps declaration. Open
Open
setFilter: PropTypes.func,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect(null, mapDispatchToProps)(ConnectionsGroup);
- 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/
Prop type "object" is forbidden Open
Open
group: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Do not use Array index in keys Open
Open
<li className="multiselectItem" key={index} title={template.label}>
- 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/