@glowingblue-dev/prettier-config
v1.0.0
Published
Glowing Blue's configuration for the Prettier code formatter (for Flarum Projects).
Downloads
48
Maintainers
Readme
GB Flarum Prettier Config
Glowing Blue's configuration for the Prettier code formatter (for Flarum Projects).
For more info about shared Prettier configurations, check out the Prettier documentation.
Usage
- Install
@glowingblue/prettier-configas a dev dependency:
yarn add -D @glowingblue/prettier-config- Add the
prettierkey to yourpackage.json:
// package.json
{
"name": "my-cool-package",
"version": "1.0.0",
"prettier": "@glowingblue/prettier-config"
// ...
}