huridocs/uwazi

View on GitHub

Showing 3,439 of 3,635 total issues

A control must be associated with a text label.
Open

        <input className="form-control" onChange={onChange} />

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

Export statements should appear at the end of the file
Open

export class UploadEntityStatus extends Component {

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/Library/Library.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 Immutable from 'immutable';

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

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

import * as Cookie from 'tiny-cookie';
Severity: Minor
Found in app/react/App/Cookiepopup.js by eslint

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

Prop type "object" is forbidden
Open

  initialData: PropTypes.object,
Severity: Minor
Found in app/react/App/Provider.js by eslint

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

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

  content: PropTypes.string,
Severity: Minor
Found in app/react/App/Root.js by eslint

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

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

  targetDoc: PropTypes.bool,

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

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

  showTab: PropTypes.func,

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

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

  active: PropTypes.bool,

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

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

  active: PropTypes.bool,
Severity: Minor
Found in app/react/Library/components/Doc.js by eslint

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

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

  showFilters: PropTypes.func,

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

Prop type "object" is forbidden
Open

  properties: PropTypes.arrayOf(PropTypes.object).isRequired,

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

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

import Immutable from 'immutable';

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

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

  message: PropTypes.string,

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

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

/** @format */

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/Library/LibraryMap.js by eslint

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

Prefer named exports.
Open

export default function aggregations(state, _action = {}) {

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

Prefer named exports.
Open

export default function ui(state = initialState, action = {}) {

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

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

  initialData: PropTypes.object,
Severity: Minor
Found in app/react/App/Provider.js by eslint

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

Severity
Category
Status
Source
Language