Détail du package

prettier-config-beemo

beemojs10.2kMITobsolète2.0.0

Use https://www.npmjs.com/package/prettier-config-moon instead.

Reusable Prettier config for Beemo configured projects.

prettier, config, beemo

readme

prettier-config-beemo

Build Status npm version npm deps

A modern Prettier config that aligns with the community.

yarn install --dev prettier-config-beemo

Setup

Extend the config from your root prettier.config.js.

module.exports = 'prettier-config-beemo';

Features

  • Uses tabs over spaces for accessibility compliance.
  • Displays arrow parenthesis and trailing commas.
  • Includes semi colons and avoids ASI.
  • Prefers single quoted strongs and spaces for indentation.