1.0.3 • Published 2 years ago

@squibs/prettier-config v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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"
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

3 years ago