sounisi5011/metalsmith-directory-metadata

View on GitHub
src/index.ts

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if (!hasProp(filedata, prop)) {
                            (filedata as Record<string, unknown>)[prop] = value;
                            defineDebug(
                                'assign property %o to file: %o',
                                prop,
Severity: Major
Found in src/index.ts - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status