lib/plugins/tag/img.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function imgTag has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  return function imgTag(args: string[]) {
    const classes = [];
    let src, width, height, title, alt;

    // Find image URL and class name
Severity: Minor
Found in lib/plugins/tag/img.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status