packages/babel-plugin-transform-duplicate-keys/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ObjectExpression has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      ObjectExpression(path) {
        const { node } = path;
        const plainProps = node.properties.filter(
          prop => !t.isSpreadElement(prop) && !prop.computed,
        );
Severity: Minor
Found in packages/babel-plugin-transform-duplicate-keys/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status