rofrischmann/bredon

View on GitHub
packages/bredon-plugin-initial/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialPlugin has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function initialPlugin(config?: Object = {}): Object {
  const useShorter = config.useShorter || false

  return ({ generate, parse, types }) => ({
    Identifier({ node, context, replaceNode }) {
Severity: Minor
Found in packages/bredon-plugin-initial/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status