1.1.2 • Published 1 year ago

prettier-config-moon v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

prettier-config-moon

build status npm version npm license

A modern and accessibility forward Prettier config that aligns with the community.

yarn add --dev prettier-config-moon

Setup

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

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

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.
1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago