Skip to content

prettier-config 1.18.0

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

About this version

@ahiho/prettier-config

Ahiho's Prettier config.

Read the Prettier config docs for more information.

Requirement

  • NodeJS (version >= 18.0.0 and <= 21.x.x)

Installation

yarn add --dev @ahiho/prettier-config

Usage

After installing, update package.json file to add the following properties.

"prettier": "@ahiho/prettier-config",

The Prettier config can be applied to the root package.json in a Lerna project.

Additionally, you can use the following binaries to run Prettier with the default glob js,jsx,mjs,ts,tsx,json,md,yml,yaml.

"scripts": {
  "format:check": "prettier-config check",
  "format:write": "prettier-config write",
},

Details


Assets

  • prettier-config-1.18.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0