glowingblue / prettier-config

Prettier config for flarum projects at Glowing Blue AG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Prettier config for flarum projects at Glowing Blue AG