Skip to main content
Module

x/deepmergets/.prettierrc.yml

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
"$schema": http://json.schemastore.org/prettierrc
plugins: - prettier-plugin-packagejson
trailingComma: "all"
overrides: - files: "*.md" options: embeddedLanguageFormatting: "off" - files: ".nvmrc" options: parser: "yaml"