1.3.6 • Published 2 months ago

@patricktabar/prettier-config v1.3.6

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

prettier-config

A personal, shareable Prettier configuration.

Usage

Install the package using a package manager of your choice:

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

// yarn
yarn add -D @patricktabar/prettier-config

// pnpm
pnpm add -D @patricktabar/prettier-config

Add the prettier key to your package.json

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

or extend the .prettierrc file to override some properties from the shared configuration:

import prettierConfig from "@patricktabar/prettier-config";

export default {
  ...prettierConfig,
  semi: false,
};

Check out the prettier documentation for more info on sharing configurations.

1.3.6

2 months ago

1.3.5

2 months ago

1.3.4

2 months ago

1.3.3

2 months ago

1.2.0

2 months ago

1.1.0

2 months ago