🐊Putout plugin adds ability apply 'montag'
npm install @putout/plugin-montag[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-apply-montag.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/plugin-apply-montag"npm"
> Format multiline strings using tagged templates, instead of putting all lines into an array and joining to a string.
>
> (c) Montag
🐊Putout plugin adds ability to apply Montag.
```
npm i @putout/plugin-apply-montag
`json`
{
"rules": {
"montag/apply": "on",
"montag/declare": "on"
}
}
`js`
const a = [
'hello',
'world',
].join('\n');
`js
const a = montag
hello
world;`
`js
const a = montag
hello
world;`
`js
import montag from 'montag';
const a = montag
hello
world;``
MIT