Detalhes do pacote

@aparajita/prettier-config

aparajita336MIT2.0.0

My base prettier config

readme (leia-me)

prettier-config

My base Prettier config.

Installation

pnpm add -D @aparajita/prettier-config

Usage

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

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

Read the Prettier config docs for more information.

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.0.0 (2023-09-30)

⚠ BREAKING CHANGES

  • The minimum prettier peer is now >= 3.0.0.

Features

  • change trailingComma to ‘all’ (007e2db)

Maintenance

1.0.0 (2022-06-28)

Features