• A simple utility to merge an array of configs together. Later configs in the array override earlier configs in the case of conflicting values. Plugins and overrides are concatenated together.

    Parameters

    • configs: Config[]

      an array of Prettier config objects to merge

    Returns Config

    a merged Prettier config

Generated using TypeDoc