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 { connect } from 'react-redux';
Severity: Minor
Found in app/react/App/GoogleAnalytics.js by eslint

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

Do not use Array index in keys
Open

            <script key={index} src={file} />
Severity: Minor
Found in app/react/App/Root.js by eslint

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

Prop type "object" is forbidden
Open

  user: PropTypes.object,
Severity: Minor
Found in app/react/App/Root.js by eslint

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

'children' PropType is defined but prop is never used
Open

  children: PropTypes.object,
Severity: Minor
Found in app/react/App/Root.js by eslint

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

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

  atomStoreData: PropTypes.object,
Severity: Minor
Found in app/react/App/Root.js by eslint

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

Prefer named exports.
Open

export default Root;
Severity: Minor
Found in app/react/App/Root.js by eslint

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

Prefer named exports.
Open

export default ({ language }) => {

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

Prefer named exports.
Open

export default {
Severity: Minor
Found in app/react/Viewer/utils/Scroller.js by eslint

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

Prop spreading is forbidden
Open

  Link: props => <a {...props} href={props.to} />,

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

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

  targetRange: PropTypes.object,

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

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

  selectReference: PropTypes.func,

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

'doc' PropType is defined but prop is never used
Open

  doc: PropTypes.object,

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';
Severity: Minor
Found in app/react/Viewer/reducers/reducer.js by eslint

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

Prefer named exports.
Open

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

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/

Prefer named exports.
Open

export default function setReduxState(state, key, addinsteadOfSet) {

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

Prop type "object" is forbidden
Open

  location: PropTypes.object.isRequired,

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

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

  hideFilters: PropTypes.func,

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

Prop type "array" is forbidden
Open

  options: PropTypes.array,

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/

Severity
Category
Status
Source
Language