1.0.0 • Published 3 years ago

@shelf/prettier-config v1.0.0

Weekly downloads
2,256
License
MIT
Repository
-
Last release
3 years ago

prettier-config

Reusable prettier config

Install

$ yarn add --dev @shelf/prettier-config

Usage

In your package.json

{
  "prettier": "@shelf/prettier-config"
}

Config Content

module.exports = {
  printWidth: 100,
  singleQuote: true,
  bracketSpacing: false,
  trailingComma: 'es5',
  parser: 'typescript',
  arrowParens: 'avoid'
};

Publish

$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags

License

MIT © Shelf

1.0.0

3 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago