huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

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

  connections: PropTypes.object,
Severity: Minor
Found in app/react/Layout/DocumentsList.js by eslint

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

Prop type "object" is forbidden
Open

  search: PropTypes.object,
Severity: Minor
Found in app/react/Layout/DocumentsList.js by eslint

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/Layout/SidePanel.js by eslint

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

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

import * as actions from 'app/Notifications/actions/actionTypes';

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

Prefer named exports.
Open

export default function notificationsReducer(state = initialState, action = {}) {

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

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

  overrideShow: PropTypes.bool,

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

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

  align: PropTypes.string,

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

Prefer named exports.
Open

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

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

Declare only one React component per file
Open

class SubMenu2 extends Component {

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

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

import 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';
Severity: Minor
Found in app/react/Map/Markers.js by eslint

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

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

import api from 'app/utils/api';
Severity: Minor
Found in app/react/Search/SearchAPI.js by eslint

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

Prefer named exports.
Open

export default {
Severity: Minor
Found in app/react/Thesauri/ThesauriAPI.js by eslint

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

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

//DATA

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

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

import backend from 'fetch-mock';

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

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

import api from 'app/utils/api';

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

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

import api from 'app/Entities/V2NewRelationshipsAPI';

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

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

  relationTypes: PropTypes.array,

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

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

  startNewConnection: PropTypes.func,

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

Prop type "object" is forbidden
Open

  uiState: PropTypes.object.isRequired,

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

Severity
Category
Status
Source
Language