1.1.1 • Published 6 years ago

@fastly/prettier-config v1.1.1

Weekly downloads
30
License
MIT
Repository
github
Last release
6 years ago

@fastly/prettier-config

Installation

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

Configuration

This will give you the recommended ruleset:

// my-app/prettier.config.js
module.exports = require('@fastly/prettier-config')

You can override that as needed:

// my-app/prettier.config.js
module.exports = Object.assign(
  {},
  require('@fastly/prettier-config'),
  {
    lineWidth: 120
  }
)
1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago