1.0.0 • Published 2 years ago

@glowingblue-dev/prettier-config v1.0.0

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

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

  1. Install @glowingblue/prettier-config as a dev dependency:
yarn add -D @glowingblue/prettier-config
  1. Add the prettier key to your package.json:
// package.json
{
	"name": "my-cool-package",
	"version": "1.0.0",
	"prettier": "@glowingblue/prettier-config"
	// ...
}