@andgohq/prettier-config
v1.0.1
Published
A shared Prettier config
Downloads
3
Readme
A shared Prettier config
Installation
npm install --save-dev @andgohq/prettier-config
Usage
Option 1
Add a key in your package.json file.
{
"prettier": "@andgohq/prettier-config"
}
Option 2
Create a prettier.config.js.
module.exports = {
...require("@andgohq/prettier-config");
// ...
}