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 _ from 'lodash';

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/

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/

Prefer named exports.
Open

export default connect(mapStateToProps)(FormConfigMultimedia);

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

A control must be associated with a text label.
Open

            <input id="label" className="form-control" />

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/

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

export default {

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

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

  editProperty: PropTypes.func,

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

Prefer named exports.
Open

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

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

Prefer named exports.
Open

export default connect()(PrioritySortingLabel);

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

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

  hideModal: PropTypes.func,

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

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

  removeProperty: PropTypes.func,

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

Prop spreading is forbidden
Open

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

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

Prop spreading is forbidden
Open

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

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

Prop spreading is forbidden
Open

            <Target {...targetProps} {...actions} />

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

Prop spreading is forbidden
Open

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

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

Prop spreading is forbidden
Open

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

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

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

function validateName(templates, id) {

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

Prefer named exports.
Open

export default function getFieldLabel(field, template) {

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

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

// eslint-disable-next-line import/no-extraneous-dependencies
Severity: Minor
Found in app/jest.client.config.js by eslint

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

Severity
Category
Status
Source
Language