gisikw/storybook-addon-superficial

View on GitHub
src/components/LookTable.js

Summary

Maintainability
A
1 hr
Test Coverage

Function LookTable has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function LookTable(props, looks) {
  const {
    min, max, width, onResize, onReset, onLookChange, rules, override,
  } = props;
  return (
Severity: Minor
Found in src/components/LookTable.js - About 1 hr to fix

    propType "override" is not required, but has no corresponding defaultProp declaration.
    Open

      override: React.PropTypes.object,
    Severity: Minor
    Found in src/components/LookTable.js by eslint

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

    propType "min" is not required, but has no corresponding defaultProp declaration.
    Open

      min: React.PropTypes.number,
    Severity: Minor
    Found in src/components/LookTable.js by eslint

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

    propType "width" is not required, but has no corresponding defaultProp declaration.
    Open

      width: React.PropTypes.number,
    Severity: Minor
    Found in src/components/LookTable.js by eslint

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

    propType "max" is not required, but has no corresponding defaultProp declaration.
    Open

      max: React.PropTypes.number,
    Severity: Minor
    Found in src/components/LookTable.js by eslint

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

    There are no issues that match your filters.

    Category
    Status