1.0.0 • Published 2 years ago

@mhld/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.0

2 years ago

0.1.0

2 years ago