Prettier
config for Ark projects.
Install the package using npm
(or yarn
)
npm i -D @arkread/prettier-config
Add the following to package.json
{
"name": "Arkdome",
"version": "1.0.0",
+ "prettier": "@arkread/prettier-config"
}
Check out Sharing configurations for more information.