0.0.2 • Published 2 years ago

@abovo/prettier-config v0.0.2

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

@abovo/prettier-config

Prettier config for Ab Ovo frontend projects

Using the config in your project

  1. If you haven't already, install prettier in your project: npm i prettier (or the equivalent of your chosen package manager)
  2. Install the @abovo/prettier-config: npm i @abovo/prettier-config
  3. Add "prettier": "@abovo/prettier-config" to your package.json on the root level (same as name, version etc.)

Want to make changes?

  1. Run npm install
  2. Update prettier.config.js with desired settings
  3. If you haven't done so, copy .env file: $ cp .env.dist .env
  4. OPTIONAL: Create a personal access token in Github / Gitlab / ... and paste token in TOKEN_VARIABLE variable in .env file
  5. Release your version: $ npm run release and follow prompt

Resources

0.0.2

2 years ago

0.0.1

2 years ago