huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

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

  onRangedConnect: PropTypes.func,

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

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

  search: PropTypes.func,

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

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

  searchTerm: PropTypes.string,

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

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

  searching: PropTypes.bool,

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

Prop spreading is forbidden
Open

          <Element {...config} key={index}>
Severity: Minor
Found in app/react/Markdown/MarkdownViewer.js by eslint

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

Prop spreading is forbidden
Open

                {...props}

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

Prop spreading is forbidden
Open

    const component = shallow(<BarChartComponent.WrappedComponent {...props} property="prop2" />);

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

Prop spreading is forbidden
Open

        <EntityLink {...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/

img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.
Open

        <img src="img2.jpg" />

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

Prefer named exports.
Open

export default PDFPage;
Severity: Minor
Found in app/react/PDF/components/PDFPage.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 default [

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';
Severity: Minor
Found in app/react/Charts/components/Bar.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 RechartsBar extends Component {
Severity: Minor
Found in app/react/Charts/components/Bar.js by eslint

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

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

  fields: PropTypes.object,

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

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

Prop spreading is forbidden
Open

      const tree = shallow(<CejilChart.WrappedComponent {...props} />);

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/Markdown/MarkdownViewer.js by eslint

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

Prefer named exports.
Open

export default {

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

Severity
Category
Status
Source
Language