huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

Prop type "object" is forbidden
Open

  file: PropTypes.object,

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

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

import Immutable from 'immutable';

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

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

import { combineReducers } from 'redux';

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

A control must be associated with a text label.
Open

        <input type="text" onChange={this.handleInput} value={this.state.confirmInputValue} />
Severity: Minor
Found in app/react/App/Confirm.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 PropTypes from 'prop-types';
Severity: Minor
Found in app/react/App/Footer.js by eslint

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

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

  selectedConnection: PropTypes.bool,

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

Prop type "object" is forbidden
Open

  reference: PropTypes.object,

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

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

  toggleReferences: PropTypes.func,

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

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

import Immutable from 'immutable';

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

Prop spreading is forbidden
Open

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

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

JSX props should not use .bind()
Open

        onClick={this.onClick.bind(this)}
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)(Doc);
Severity: Minor
Found in app/react/Library/components/Doc.js by eslint

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

Prop spreading is forbidden
Open

            filter = <NumberRangeFilter {...commonProps} />;

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

Prop spreading is forbidden
Open

                {...commonProps}

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

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

  unselectAllDocuments: PropTypes.func,

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

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

  open: PropTypes.bool,

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

Prefer named exports.
Open

export default connect(mapStateToProps)(SearchDescription);

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 Immutable from 'immutable';

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

Severity
Category
Status
Source
Language