UNPKG

prettier-plugin-embed

Version:

A configurable Prettier plugin to format embedded languages in JS/TS files.

5 lines (4 loc) 142 B
export interface PluginPropertiesOptions { escapeNonLatin1?: boolean; keySeparator?: " " | ":" | "=" | ": " | "= " | " : " | " = "; }