huridocs/uwazi

View on GitHub
app/react/Forms/components/Select.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

/** @format */
Severity: Minor
Found in app/react/Forms/components/Select.js by eslint

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

Export statements should appear at the end of the file
Open

export default class Select extends Component {
Severity: Minor
Found in app/react/Forms/components/Select.js by eslint

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

Prefer named exports.
Open

export default class Select extends Component {
Severity: Minor
Found in app/react/Forms/components/Select.js by eslint

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

Prop type "object" is forbidden
Open

  options: PropTypes.arrayOf(PropTypes.object).isRequired,
Severity: Minor
Found in app/react/Forms/components/Select.js by eslint

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

Expected 1 empty line after import statement not followed by another import.
Open

import { t } from 'app/I18N';
Severity: Minor
Found in app/react/Forms/components/Select.js by eslint

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

There are no issues that match your filters.

Category
Status