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

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

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

  link: PropTypes.string,

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

Do not use Array index in keys
Open

              <Cell key={index} fill={sliceColors[index % sliceColors.length]} />

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

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

import React, { Component } from 'react';

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

Missing an explicit type attribute for button
Open

            <button className="slider-btn" onClick={() => this.slide(1)}>

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

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

import { Form, Field } from 'react-redux-form';

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

Prefer named exports.
Open

export default MarkdownLink;

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

Prefer named exports.
Open

export default ExtendedTooltip;

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

Export statements should appear at the end of the file
Open

export class LibraryCharts extends Component {

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

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

export const SET_RELATION_TYPE = 'SET_RELATION_TYPE';

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

Prop spreading is forbidden
Open

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

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/

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/

Prop spreading is forbidden
Open

    const component = shallow(<GaugeChartComponent {...{ ...ownProps, ...props }} />);

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

Prefer named exports.
Open

export default connect(mapStateToProps)(PieChartComponent);

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/

Prefer named exports.
Open

export default connect(() => ({}), mapDispatchToProps)(EntityInfo);

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

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

import React, { Component } from 'react';

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

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

/** @format */

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

Prefer named exports.
Open

export default class EntityLink extends Component {

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

Severity
Category
Status
Source
Language