Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 560 Bytes

@bedandbreakfasteu/prettier-config

The Prettier configuration for Bedandbreakfast.eu.

Usage

  1. Install the package:

    yarn add --dev @bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config#1.0.2
  2. Add the following to your package.json:

    {
        "prettier": "@bedandbreakfasteu/prettier-config"
    }

    Or use a .prettierrc.js if you need to extend it:

    module.exports = {
        ...require('@bedandbreakfasteu/prettier-config'),
        semi: false,
    };