Skip to content

@stephansama packages / @stephansama/prettier-plugin-handlebars

@stephansama/prettier-plugin-handlebars

Source codeDocumentationNPM Versionnpm downloads

Prettier plugin that automatically assigns the default parser for various handlebars files

Table of contents
Open Table of contents

Installation

sh
pnpm install @stephansama/prettier-plugin-handlebars

Usage

javascript
import prettierPluginHandlebars from "@stephansama/prettier-plugin-handlebars";

/** @type {import('prettier').Config} */
export default {
  plugins: [prettierPluginHandlebars],
};

Variables

VariableDescription

default

Released under MIT license