@abovo/prettier-config
v0.0.2
Published
Prettier config for Ab Ovo frontend projects
Readme
@abovo/prettier-config
Prettier config for Ab Ovo frontend projects
Using the config in your project
- If you haven't already, install prettier in your project:
npm i prettier(or the equivalent of your chosen package manager) - Install the @abovo/prettier-config:
npm i @abovo/prettier-config - Add
"prettier": "@abovo/prettier-config"to your package.json on the root level (same asname,versionetc.)
Want to make changes?
- Run
npm install - Update
prettier.config.jswith desired settings - If you haven't done so, copy .env file:
$ cp .env.dist .env - OPTIONAL: Create a personal access token in Github / Gitlab / ... and paste token in
TOKEN_VARIABLEvariable in.envfile - Release your version:
$ npm run releaseand follow prompt
