zackad / prettier-plugin-twig

Code formatting plugin for Prettier to handle Twig templates
Apache License 2.0
57 stars 6 forks source link

Remove npm script alias to run prettier #47

Closed zackad closed 3 months ago

zackad commented 3 months ago

I don't see the value of having this npm script alias. Having this script alias make it difficult to format our codebase. Instead of yarn prettier --write filename.js we need to run ./node_modules/.bin/prettier --write filename.js which more verbose.