1.0.1 • Published 4 years ago

@affinityproject/prettier-config v1.0.1

Weekly downloads
91
License
Apache-2.0
Repository
github
Last release
4 years ago

Prettier Config

Affinity's Base Prettier Configuration

Installation

npm install --save-dev @affinityproject/prettier-config

For greater flexibility prettier dependencies are peer dependencies so you must install them yourself

npx install-peerdeps --dev @affinityproject/prettier-config

Usage

// .prettierrc.js

module.exports = {
  extends: ['@affinity/prettier-config'],
}