5.1.1 • Published 6 years ago

@mskelton/prettier-config v5.1.1

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

@mskelton/prettier-config

Build status package version All Contributors

Standard JS style Prettier config.

Installation

# Yarn
yarn add --dev @mskelton/prettier-config

# npm
npm install --save-dev @mskelton/prettier-config

Usage

The easiest way to use this package is to add the following line to your package.json file.

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

If you would like to override some of the default rules, use a prettier.config.js file instead of the package.json key. The file should look something like this but with your own overrides.

module.exports = {
  ...require('@mskelton/prettier-config'),
  // Overrides
  semi: true,
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

5.1.1

6 years ago

5.1.0

6 years ago

5.0.3

6 years ago

5.0.0

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago