1.2.4 • Published 8 months ago

@antisoda/prettier-config v1.2.4

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

@antisoda/prettier-config

Shareable Prettier configuration with opinionated formatting preferences.

Usage

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

Add a reference to this configuration in your package.json file to set it up:

+  "prettier": "@antisoda/prettier-config",

If you want to add more plugins, or extend the configuration, you will need to extend a JavaScript configuration file, rather than the prettier field in package.json:

/** @see https://prettier.io/docs/en/configuration.html */

import preset from '@antisoda/prettier-config'

export default {
  ...preset,
  // override or extend
}
1.2.0

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago