huridocs/uwazi

View on GitHub
app/react/ConnectionsList/components/ConnectionsGroup.js

Summary

Maintainability
A
0 mins
Test Coverage
A
90%

Definition for rule 'node/no-restricted-import' was not found.
Open

import { bindActionCreators } from 'redux';

For more information visit Source: http://eslint.org/docs/rules/

propType "group" is not required, but has no corresponding defaultProps declaration.
Open

  group: PropTypes.object,

For more information visit Source: http://eslint.org/docs/rules/

propType "setFilter" is not required, but has no corresponding defaultProps declaration.
Open

  setFilter: PropTypes.func,

For more information visit Source: http://eslint.org/docs/rules/

Prefer named exports.
Open

export default connect(null, mapDispatchToProps)(ConnectionsGroup);

For more information visit Source: http://eslint.org/docs/rules/

A control must be associated with a text label.
Open

                <input

For more information visit Source: http://eslint.org/docs/rules/

Prop type "object" is forbidden
Open

  group: PropTypes.object,

For more information visit Source: http://eslint.org/docs/rules/

Do not use Array index in keys
Open

              <li className="multiselectItem" key={index} title={template.label}>

For more information visit Source: http://eslint.org/docs/rules/

A control must be associated with a text label.
Open

          <input

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status