@dareharu/prettier-config
v1.0.1
Published
Shareable prettier configuration for Dareharu project
Downloads
10
Maintainers
Readme
@dareharu/prettier-config
Shareable Prettier configuration for Dareharu projects.
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 replacenpm 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
- Fork it!
- Create your feature branch:
git switch -c my-new-feature
- Commit your changes:
git commit -am 'Add awesome feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!
License
Released under the MIT License.