1.0.8 • Published 2 years ago

@repeale/prettier-config v1.0.8

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

Prettier Config

npm

Getting started

Install the package and related peerDependencies as devDependencies:

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

or

yarn add --dev @repeale/prettier-config prettier

Reference @repeale/prettier-config in your package.json:

{
  "name": "my-project",
  "version": "1.0.0",
  "prettier": "@repeale/prettier-config"
}

or export the config from a .prettierrc.js file:

module.exports = {
  ...require('@repeale/prettier-config'),
}

this will allow you to easilly overwrite options.

Or, you can use it in other ways as described in the official documentation.

Config

Check the .prettierrc.json file if you want to inspect the configuration.

License

MIT License

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago