A collection of various code formatting configurations using Prettier.
Add the prettier
option to your package.json
file:
{
"name": "my-cool-library",
"version": "9000.0.1",
"prettier": "@sudokrew/prettier-config"
}
For more options see the Prettier documentation on this topic.