huridocs/uwazi

View on GitHub
app/react/Layout/Lists.js

Summary

Maintainability
A
0 mins
Test Coverage
F
43%

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

// TEST!!! Entire file is untested
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

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

ProgressBar.propTypes = { children: childrenType, progress: PropTypes.number };
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

Declare only one React component per file
Open

const ItemLabel = ({ children, status }) => {
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

Declare only one React component per file
Open

const ItemName = ({ children }) => (
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

Declare only one React component per file
Open

const RowList = ({ children, zoomLevel = 0 }) => (
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

Declare only one React component per file
Open

const RowListItem = ({
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

Declare only one React component per file
Open

const ItemFooter = ({ children, onClick }) => (
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

Declare only one React component per file
Open

const ProgressBar = ({ progress }) => {
Severity: Minor
Found in app/react/Layout/Lists.js by eslint

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

There are no issues that match your filters.

Category
Status