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/

Prop type "object" is forbidden
Open

  connectionsGroups: PropTypes.object,

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

Missing an explicit type attribute for button
Open

        <button

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

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

export default {
Severity: Minor
Found in app/react/Viewer/utils/Scroller.js by eslint

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

Prop type "object" is forbidden
Open

  doc: PropTypes.object,

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

Prop spreading is forbidden
Open

    component = shallow(<ConfirmCloseForm {...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/

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

  references: PropTypes.object,

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

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

  closePanel: PropTypes.func,

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

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

  referencesSection: PropTypes.string,

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

Prefer named exports.
Open

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

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

Prop type "object" is forbidden
Open

  references: PropTypes.object,

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

Prefer named exports.
Open

export default Document;

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

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

  reference: PropTypes.object,

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

Prefer named exports.
Open

export default function inlineEditReducer(state = initialState, action = {}) {
Severity: Minor
Found in app/react/I18N/inlineEditReducer.js by eslint

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

A control must be associated with a text label.
Open

                    <input id={language} className="form-control" />

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

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

function appendNewOcurrency(sortableOcurrences, property, appendMetadata = true) {

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 React from 'react';

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

Export statements should appear at the end of the file
Open

export class ToggleStyleButtons extends Component {

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

Severity
Category
Status
Source
Language