@squibs/prettier-config

1.0.3 • Public • Published

@squibs/prettier-config

My Prettier configuration that I use for most of my projects.

If you have a .prettierignore file already at your project root, it will be overwritten when this package is installed.

A postinstall script from npm is used along with gently-copy to move the .prettierignore file to your project root.

Installation

npm:

npm install -D @squibs/prettier-config

yarn:

yarn add -D @squibs/prettier-config

Usage

Reference @squibs/prettier-config in your package.json (from Prettier documentation):

{
  "name": "your-package-name",
  "version": "1.0.0",
  "prettier": "@squibs/prettier-config"
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @squibs/prettier-config

    Weekly Downloads

    0

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    2.23 kB

    Total Files

    5

    Last publish

    Collaborators

    • squibs