@storis/prettier-config

1.0.0 • Public • Published

@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.

Readme

Keywords

Package Sidebar

Install

npm i @storis/prettier-config

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

5.11 kB

Total Files

6

Last publish

Collaborators

  • shawnmcknight
  • kgregory
  • sross65
  • kthompson23