WeAreGenki/minna-ui

View on GitHub
utils/preprocess/src/markup.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function minify has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function minify(source: string, unsafe = false): string {
  let code = `${source}`;
  let count = 0;

  const tags = [
Severity: Minor
Found in utils/preprocess/src/markup.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status