prettier-config-ambanum
v1.0.1
Published
A Prettier shareable config for projects of Ambanum
Downloads
24
Maintainers
Readme
prettier-config-ambanum
A Prettier shareable config for projects of ambanum using Prettier.
Installation
npm install --save-dev prettier-config-ambanumThis is only a shareable configuration. It does not install Prettier, Standard, ESLint, or any other part of the tool chain.
Usage
Reference it in package.json using the prettier property:
{
"name": "my-projects-name",
"prettier": "prettier-config-ambanum",
"devDependencies": {
"prettier-config-ambanum": "^1.0.0"
}
}