0.1.1 • Published 3 years ago

@dnepro/prettier-config v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@dnepro/prettier-config

NPM npm (scoped)

This package includes the shareable Prettier configuration used by @dnepro.

Installation

npm i -D @dnepro/prettier-config
# or respectively
yarn add -D @dnepro/prettier-config

Usage

Add this to your package.json:

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

or create a .prettierrc.js and add the following to it:

module.exports = require('@dnepro/prettier-config');