storipress/karbon

View on GitHub
packages/karbon/src/cli/bundle/editor-blocks.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function bundleEditorBlocks has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function bundleEditorBlocks() {
  const files = await globby(['templates/editor-blocks/*.vue'])
  const jsonVariable = {
    blocks: [] as Tblock[],
  }
Severity: Minor
Found in packages/karbon/src/cli/bundle/editor-blocks.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status