huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

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

  user: PropTypes.object,
Severity: Minor
Found in app/react/App/Footer.js by eslint

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

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

import { Component, Children } from 'react';
Severity: Minor
Found in app/react/App/Provider.js by eslint

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

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

  children: PropTypes.object,
Severity: Minor
Found in app/react/App/Provider.js by eslint

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

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

  head: PropTypes.object,
Severity: Minor
Found in app/react/App/Root.js by eslint

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

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

  assets: PropTypes.object,
Severity: Minor
Found in app/react/App/Root.js by eslint

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

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

  selectedConnectionMetadata: PropTypes.object,

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

Prefer named exports.
Open

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

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

Prop spreading is forbidden
Open

    component = shallow(<LibraryTableComponent {...props} />, { context });

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

Do not use Array index in keys
Open

          <div key={index} className="item-connection">
Severity: Minor
Found in app/react/Library/components/Doc.js by eslint

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/Library/components/Doc.js by eslint

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

Prefer named exports.
Open

export default connect(mapStateToProps, mapDispatchToProps)(withRouter(DocumentTypesList));

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

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

import { Form } from 'react-redux-form';

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

Prop spreading is forbidden
Open

        let filter = <TextFilter {...commonProps} />;

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

Prop spreading is forbidden
Open

    component = shallow(<DocumentsList {...props} />);

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

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

import React from 'react';

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

Prefer named exports.
Open

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

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

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

/* eslint-disable max-lines */

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

Prop spreading is forbidden
Open

    component = shallow(<StackTrace {...props} />);

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/App/Confirm.js by eslint

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

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

  accept: PropTypes.func,
Severity: Minor
Found in app/react/App/Confirm.js by eslint

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

Severity
Category
Status
Source
Language