prettier-twig-craft-cms
v0.1.0
Published
Craft CMS extension for prettier-plugin-twig-melody
Downloads
228
Readme
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.