A Prettier shareable config for projects of ambanum using Prettier.
npm install --save-dev prettier prettier-config-ambanum
This is only a shareable configuration. It does not install Prettier, Standard, ESLint, or any other part of the tool chain.
Reference it in package.json
using the prettier
property:
{
"name": "my-projects-name",
"prettier": "prettier-config-ambanum",
"devDependencies": {
"prettier-config-ambanum": "^1.0.1"
}
}