yannickcr/eslint-plugin-react

View on GitHub
lib/rules/default-props-match-prop-types.js

Summary

Maintainability
A
1 hr
Test Coverage

Function create has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  create: Components.detect((context, components) => {
    const configuration = context.options[0] || {};
    const allowRequiredDefaults = configuration.allowRequiredDefaults || false;

    /**
Severity: Minor
Found in lib/rules/default-props-match-prop-types.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status