@stephansama/prettier-plugin-handlebars
v0.1.0
Published
Prettier plugin that automatically assigns the default parser for various handlebars files
Maintainers
Keywords
Readme
@stephansama/prettier-plugin-handlebars
Prettier plugin that automatically assigns the default parser for various handlebars files
Table of contents
Installation
pnpm install @stephansama/prettier-plugin-handlebarsUsage
import prettierPluginHandlebars from "@stephansama/prettier-plugin-handlebars";
/** @type {import('prettier').Config} */
export default {
plugins: [prettierPluginHandlebars],
};