huridocs/uwazi

View on GitHub
app/react/Uploads/components/ImportPanel.js

Summary

Maintainability
A
0 mins
Test Coverage
B
86%

Prefer named exports.
Open

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

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';

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

Imported JSX component select must be in PascalCase or SCREAMING_SNAKE_CASE
Open

                <Control.select id="template" model=".template">

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

Imported JSX component file must be in PascalCase or SCREAMING_SNAKE_CASE
Open

                <Control.file id="file" model=".file" accept=".zip,.csv" />

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

There are no issues that match your filters.

Category
Status