1.0.0 • Published 4 years ago
@glowingblue-dev/prettier-config v1.0.0
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"
// ...
}1.0.0
4 years ago