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 { bindActionCreators } from 'redux';

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

Prefer named exports.
Open

export default connect(mapStateToProps)(ResultsFiltersPanel);

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

Prefer named exports.
Open

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

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 { combineReducers } from 'redux';

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

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

import { APIURL } from 'app/config.js';
Severity: Minor
Found in app/react/I18N/specs/I18NApi.spec.js by eslint

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

JSX props should not use .bind()
Open

            onMouseEnter={this.onFullIndexEnter.bind(this)}
Severity: Minor
Found in app/react/Charts/components/Pie.js by eslint

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

Prefer named exports.
Open

export default connect()(RechartsPie);
Severity: Minor
Found in app/react/Charts/components/Pie.js by eslint

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

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

/**

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

Prefer named exports.
Open

export default StackedDualBarChart;

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

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

  resetForm: PropTypes.func,

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

Export statements should appear at the end of the file
Open

export class AttachmentForm extends Component {

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

Prop type "object" is forbidden
Open

  entity: PropTypes.object,

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 function documents(state = initialState, action = {}) {

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

Prefer named exports.
Open

export default ColorPicker;

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

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

import { connect } from 'react-redux';

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/

Use callback in setState when referencing the previous state.
Open

    const values = this.state.values.slice();

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

Severity
Category
Status
Source
Language