huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

Prefer named exports.
Open

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

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

Prefer named exports.
Open

export default {

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

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

import { APIURL } from 'app/config.js';

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

A control must be associated with a text label.
Open

          <input id={`label${index}`} className="form-control" />

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

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

import { Field, actions as formActions } from 'react-redux-form';

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

Prefer named exports.
Open

export default {

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

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

/**

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

Prop spreading is forbidden
Open

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

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

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/

Prefer named exports.
Open

export default DNDHTMLBackend(connect(mapStateToProps, mapDispatchToProps)(TemplateCreator));

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

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

import React from 'react';
Severity: Minor
Found in app/react/Templates/NewTemplate.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 TOCProperties from './toc_properties';

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

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

const dynamicTemplates = [

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

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/

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

import PropTypes from 'prop-types';
Severity: Minor
Found in app/react/Layout/ConfirmButton.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/

Prefer named exports.
Open

export default ToggleDisplay;
Severity: Minor
Found in app/react/Layout/ToggleDisplay.js by eslint

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

propType "thesauris" is not required, but has no corresponding defaultProps declaration.
Open

  thesauris: PropTypes.object,
Severity: Minor
Found in app/react/Layout/Item.js by eslint

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

propType "evalPublished" is not required, but has no corresponding defaultProps declaration.
Open

  evalPublished: PropTypes.bool,
Severity: Minor
Found in app/react/Layout/Item.js by eslint

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

Severity
Category
Status
Source
Language