1.0.1 • Published 9 months ago

@bricked/prettier-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@bricked/prettier-config

license semantic-release: angular version

Shared Prettier configuration for my projects.

Installation

npm install --save-dev @bricked/prettier-config
yarn add --dev @bricked/prettier-config
pnpm add --dev @bricked/prettier-config

Usage

Add the Prettier config to your package.json:

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

Or to .prettierrc.js:

module.exports = require("@bricked/prettier-config");
1.0.1

9 months ago

1.0.0

1 year ago