This package has been deprecated

Author message:

Removing in favor of trusting Prettier's default options.

@mskelton/prettier-config

5.1.1 • Public • Published

@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):

Mark Skelton
Mark Skelton

💻 📖

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

Package Sidebar

Install

npm i @mskelton/prettier-config

Weekly Downloads

5

Version

5.1.1

License

MIT

Unpacked Size

5.4 kB

Total Files

10

Last publish

Collaborators

  • mskelton