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