huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

Prop spreading is forbidden
Open

          {...props}

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/

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(<MapComponent {...props} />);

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

Prop type "object" is forbidden
Open

  connection: PropTypes.object,

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

Prefer named exports.
Open

export default combineReducers({

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

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

import { fromJS as Immutable } from 'immutable';

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/

Prop spreading is forbidden
Open

          {...props}

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

Prop type "object" is forbidden
Open

  relationTypes: PropTypes.object,

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

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

  searchResults: PropTypes.object,

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

Prop spreading is forbidden
Open

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

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

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

/* eslint-disable no-template-curly-in-string */

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

Prop spreading is forbidden
Open

    return <Element {...props} 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

      <GaugeChartComponent {...{ ...ownProps, ...props }}>

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

Prop spreading is forbidden
Open

      <PieChartComponent {...props} property="prop1" classname="custom-class" context="tContext" />

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

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/

Severity
Category
Status
Source
Language