huridocs/uwazi

View on GitHub
app/react/Layout/specs/DocumentsList.spec.js

Summary

Maintainability
A
0 mins
Test Coverage

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/

Declare only one React component per file
Open

      props.LoadMoreButton = () => <div className="customLoadMoreButton" />;

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

Prop spreading is forbidden
Open

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

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

There are no issues that match your filters.

Category
Status