@v1v2/prettier
v1.1.0
Published
A Prettier configuration that enforces:
Readme
@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/prettierAdd @v1v2/prettier to your Prettier configuration. For instance in package.json:
"prettier": "@v1v2/prettier",This package is part of V1V2 Open Source.
