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

    Interface DetectedFormatter

    interface DetectedFormatter {
        checkCommand: string;
        configPath: string;
        fixCommand: string;
        name: FormatterName;
        supportsFileArgs: boolean;
    }
    Index

    Properties

    checkCommand: string

    e.g., "npx prettier --check ."

    configPath: string

    Relative to repo root

    fixCommand: string

    e.g., "npx prettier --write ."

    supportsFileArgs: boolean

    Whether the formatter accepts individual file paths as arguments