Salesforce CLI Prettier Plugin
THIS IS JUST A SAMPLE PLUGIN, IT IS NOT OFFICIALLY SUPPORTED.
Adds a hook that uses prettier to format code pulled or retrieved from an org.
Install by running:
$ sfdx plugin:install sfdx-plugin-prettier
The plugin will run and automatically format your code with Prettier every time you run source:fource:pull
or source:force:retrieve
.