@theholocron/prettier-config
v4.1.0
Published
A Prettier configuration for formatting libraries in the Galaxy.
Readme
Prettier Config
A Prettier configuration for formatting libraries in the Galaxy.
Installation
npm install --save-dev @theholocron/prettier-configUsage
In your project package.json add the following:
{
"prettier": "@theholocron/prettier-config"
}What Do We Format?
- 1 tab character over x number of spaces; don't come at me!
- Use semicolons at the end of statements; for clarity, readability
