@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface FormatterDetectionResult

    interface FormatterDetectionResult {
        formatters: DetectedFormatter[];
        packageJsonScripts: { command: string; name: string }[];
        repoPath: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    formatters: DetectedFormatter[]
    packageJsonScripts: { command: string; name: string }[]
    repoPath: string