NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface Prettify

    Arguments for the BuildStage.prettify substage.

    0.1.0-alpha

    interface Prettify {
        css?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        html?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        js?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        json?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        md?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        mdx?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        scss?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        ts?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
        yaml?:
            | false
            | [string[]]
            | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
            | readonly [readonly string[]]
            | readonly [
                readonly string[],
                undefined
                | Partial<FileSystemType.Prettier.Args>,
            ];
    }
    Index

    Properties

    css?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    html?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    js?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    json?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    md?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    mdx?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    scss?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    ts?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]
    yaml?:
        | false
        | [string[]]
        | [string[], undefined | Partial<FileSystemType.Prettier.Args>]
        | readonly [readonly string[]]
        | readonly [
            readonly string[],
            undefined
            | Partial<FileSystemType.Prettier.Args>,
        ]