1.1.0 • Published 5 months ago

@v1v2/prettier v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@v1v2/prettier

A Prettier configuration that enforces:

  • 100-character lines
  • No semicolons
  • Single quotes
  • Avoiding arrow function parens
  • ES5 trailing commas

Installation

npm i -D @v1v2/prettier
# or
yarn add -D @v1v2/prettier

Add @v1v2/prettier to your Prettier configuration. For instance in package.json:

"prettier": "@v1v2/prettier",

This package is part of V1V2 Open Source.

1.1.0

5 months ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago