huridocs/uwazi

View on GitHub
app/react/Viewer/EntityView.js

Summary

Maintainability
A
0 mins
Test Coverage
A
93%

Prefer named exports.
Open

export default Entity;
Severity: Minor
Found in app/react/Viewer/EntityView.js by eslint

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

Prop spreading is forbidden
Open

    return <EntityViewer {...this.props} />;
Severity: Minor
Found in app/react/Viewer/EntityView.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 React, { Component } from 'react';
Severity: Minor
Found in app/react/Viewer/EntityView.js by eslint

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

Prop type "object" is forbidden
Open

  store: PropTypes.object,
Severity: Minor
Found in app/react/Viewer/EntityView.js by eslint

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

There are no issues that match your filters.

Category
Status