0.1.0 • Published 4 years ago

prettier-twig-craft-cms v0.1.0

Weekly downloads
6
License
Apache 2.0
Repository
github
Last release
4 years ago

prettier-twig-craft-cms

This is an extension to prettier-plugin-twig-melody which should ultimately cover the Twig tags added by Craft CMS.

Installation

yarn add prettier-twig-craft-cms --dev

or

npm install prettier-twig-craft-cms --save-dev

Usage

You have to add this line in your .prettierrc (or prettierrc.json) file:

"twigMelodyPlugins": ["node_modules/prettier-twig-craft-cms"]

This should be it.