0.1.1 • Published 4 months ago

@dipcode/prettier-config v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Dipcode Prettier config

Shareable Prettier config for Dipcode.

Usage

The package provides Dipcode's .prettierrc as an extensible shared config.

Install the config

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

Then edit your package.json

{
  // ...
  "prettier": "@dipcode/prettier-config"
}

If you want to extend the configuration, you have to create your own .prettierrc.js.

import dipcodePrettierConfig from '@dipcode/prettier-config';

export default {
  ...dipcodePrettierConfig,
  // your override options
};

Links

0.1.1

4 months ago

0.1.0

4 months ago