Skip to content

prettier-config 0.0.2

Install from the command line:
Learn more about npm packages
$ npm install @uniwise/prettier-config@0.0.2
Install via package.json:
"@uniwise/prettier-config": "0.0.2"

About this version

prettier-config

WISEflow's base Prettier config.

Installation

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

Usage

After installing, update your project's .prettierrc.js file to import the rule sets you want:

module.exports = {
  ...require('@uniwise/prettier-config'),
  // your overrides here
};

To run a prettier style check:

yarn prettier --check src/

And to fix style errors:

yarn prettier --write src/

Read the Prettier config docs for more information.

Details


Assets

  • prettier-config-0.0.2.tgz

Download activity

  • Total downloads 3,087
  • Last 30 days 7
  • Last week 0
  • Today 0

Recent versions

View all