@mhld/prettier-config

2.0.0 • Public • Published

prettier-config

Shared Prettier config for my projects

Install

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

Usage

Add in your package.json

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

If you want to overwrite some properties, update your project's prettier.config.js file to import the rule sets you want:

module.exports = {
  ...require('@mhld/prettier-config'),
  // your overrides here
};

Read the Prettier config docs for more information.

Package Sidebar

Install

npm i @mhld/prettier-config

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

2.54 kB

Total Files

5

Last publish

Collaborators

  • effect_doplera