@bukhalo/prettier-config

1.0.0 • Public • Published

Personal prettier configuration by Aleksandr Bukhalo

How to use

Define this package as Prettier config in your package.json:

{
  // ...
  "prettier": "@bukhalo/prettier-config"
}

Or require this package in your .prettierrc.js, if you want to overwrite some properties of this configuration:

module.exports = {
  ...require("@bukhalo/prettier-config"),
  semi: false
};

Package Sidebar

Install

npm i @bukhalo/prettier-config

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.8 kB

Total Files

4

Last publish

Collaborators

  • bukhalo