huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

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

  deleteConnection: PropTypes.func,

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

Prop type "object" is forbidden
Open

  library: PropTypes.object,

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

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

  params: PropTypes.object,

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

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

  navigate: PropTypes.func,

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

A control must be associated with a text label.
Open

              <th />

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

Export statements should appear at the end of the file
Open

export class FormConfigInput extends Component {

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

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

import PropTypes from 'prop-types';
Severity: Minor
Found in app/react/Layout/PrintDate.js by eslint

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

'formKey' PropType is defined but prop is never used
Open

  formKey: PropTypes.string,

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

Prop spreading is forbidden
Open

      <RowList.Item {...itemProps}>
Severity: Minor
Found in app/react/Layout/Item.js by eslint

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

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

  setNestedProperties: PropTypes.func,

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

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

  doc: PropTypes.object,
Severity: Minor
Found in app/react/Layout/Item.js by eslint

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

Prefer named exports.
Open

export default connect(mapStateToProps, mapDispatchToProps)(FormConfigRelationship);

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

Prefer named exports.
Open

export default connect(mapStateToProps)(Item);
Severity: Minor
Found in app/react/Layout/Item.js by eslint

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

'denormalizedProperty' PropType is defined but prop is never used
Open

  denormalizedProperty: PropTypes.string,

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

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

  loadMoreDocuments: PropTypes.func,
Severity: Minor
Found in app/react/Layout/DocumentsList.js by eslint

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

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

  isOpen: PropTypes.bool,

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

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

  view: PropTypes.string,
Severity: Minor
Found in app/react/Layout/DocumentsList.js by eslint

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

Prefer named exports.
Open

export default function templates(state = initialState, action = {}) {

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

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

  className: PropTypes.string,
Severity: Minor
Found in app/react/Layout/SidePanel.js by eslint

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

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

  notifications: PropTypes.array,

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

Severity
Category
Status
Source
Language