1.0.1 • Published 3 years ago

@orderprotection/prettier v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@orderprotection/prettier

How to use

If you don't require any customization to this configuration you can utilize your package.json

{
  "name": "some-awesome-lib",
  "version": "1337",
  "prettier": "@orderprotection/prettier"
}

if you do want to customize the config, you can extend by creating a prettierrc.js file as such

module.exports = {
  ...require('@orderprotection/prettier')
}