1.0.0 • Published 2 years ago

@storis/prettier-config v1.0.0

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

@storis/prettier-config

This package contains the standard prettier configurations for JavaScript and TypeScript packages used by STORIS.

Installation

@storis/prettier-config is available as an npm package.

npm install @storis/prettier-config

Usage

Peer dependencies

The package relies on prettier as a peer dependency. You must ensure that a compatible version of the necessary peer dependency has been installed.

Configuration

Add the following to package.json:

{
  "prettier": "@storis/prettier-config",
}

or modify the .prettierrc.js file:

const storisConfig = require('@storis/prettier-config);

module.exports = {
  ...storisConfig,
  ...
}

License

This project is licensed under the terms of the MIT license.

1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago