2.0.0 • Published 2 years ago

prettier-config-beemo v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.