1.0.1 • Published 2 years ago

@dareharu/prettier-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@dareharu/prettier-config

Shareable Prettier configuration for Dareharu projects.

License: MIT

Strongly inspired by @sapphiredev/prettier-config.


🚀 Installation

Note In the following example commands we use npm install to fit best suited to the basic environment, feel free to replace npm install with your package manager of choice (yarn, pnpm or whatever).

npm install --save-dev @dareharu/prettier-config

🌟 Usage

Add the Prettier config to your package.json:

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

Or to prettierrc.js:

module.exports = require('@dareharu/prettier-config')

🔗 Meta

Contributing

  1. Fork it!
  2. Create your feature branch: git switch -c my-new-feature
  3. Commit your changes: git commit -am 'Add awesome feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request!

License

Released under the MIT License.