packages/babel-plugin-transform-property-mutators/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

      ObjectExpression(path, file) {
        const { node } = path;
        let hasAny = false;
        for (const prop of (node.properties: Array)) {
          if (prop.kind === "get" || prop.kind === "set") {
Severity: Minor
Found in packages/babel-plugin-transform-property-mutators/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status