Documentation for Simbo's Packages
    Preparing search index...
    • Calls Prettier on files matching the provided glob pattern.

      Parameters

      • glob: string

        The prettier file glob pattern to match the target files.

      • options: Options = {}

        The options for calling Prettier.

      Returns Promise<void>

      If the Prettier binary cannot be found or executed.

      If the provided mode is not 'write' or 'check'.