huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

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

import PropTypes from 'prop-types';

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

Do not use Array index in keys
Open

          <div className={`toc-indent-${tocElement.indentation}`} key={index}>

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

Prefer named exports.
Open

export default SelectFilter;

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

Prop spreading is forbidden
Open

    component = shallow(<Doc {...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)(UploadEntityStatus);

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

Prefer named exports.
Open

export default Feedback;

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

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

/* eslint-disable import/no-named-as-default */
Severity: Minor
Found in app/react/App/App.js by eslint

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

Prop type "object" is forbidden
Open

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

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

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

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

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

Prop type "object" is forbidden
Open

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

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

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

  matches: PropTypes.array,
Severity: Minor
Found in app/react/App/RouteHandler.js by eslint

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

Export statements should appear at the end of the file
Open

export class ImportProgress extends Component {

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

Export statements should appear at the end of the file
Open

export const mapStateToProps = state => ({

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

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

  formData: PropTypes.instanceOf(Object),

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

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

  indentTocElement: PropTypes.func,

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/

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/

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/

Prop spreading is forbidden
Open

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

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

Severity
Category
Status
Source
Language