18F/e-QIP-prototype

View on GitHub
src/models/relative.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

  if (options.requireRelationshipRelativesForeignBornDoc) {
    return !!((
      isCitizen(attributes)
      && !wasBornInUS(attributes)
      && !isLiving(attributes)
Severity: Major
Found in src/models/relative.js - About 1 hr to fix

    Resolve error: unable to load resolver "babel-module".
    Open

    import name from 'models/shared/name'
    Severity: Minor
    Found in src/models/relative.js by eslint

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

    There are no issues that match your filters.

    Category
    Status