huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

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

/* eslint-disable import/no-extraneous-dependencies */
Severity: Minor
Found in webpack/webpack.server.js by eslint

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

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

  buttons: 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 ConfirmModal;
Severity: Minor
Found in app/react/Layout/ConfirmModal.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/Layout/Icon.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 Notifications extends Component {

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

Prop spreading is forbidden
Open

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

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,

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

Prop spreading is forbidden
Open

      <ContextMenu {...withProps}>

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

Prop spreading is forbidden
Open

      <MarkersComponent {...props} entities={entities} templates={externalTemplates}>
Severity: Minor
Found in app/react/Map/specs/Markers.spec.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 configureMockStore from 'redux-mock-store';

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

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

import { actions as formActions } from 'react-redux-form';

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

Prop spreading is forbidden
Open

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

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/

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 api from 'app/utils/api';

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

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

import * as types from 'app/Templates/actions/actionTypes';

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

Prop type "object" is forbidden
Open

  formState: PropTypes.shape({ $form: PropTypes.object }).isRequired,

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';

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

Prefer named exports.
Open

export default connect(mapStateToProps)(PropertyConfigOptions);

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';

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

Severity
Category
Status
Source
Language