Skip to content

bedandbreakfasteu/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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,
    };