@theholocron/prettier-config
v7.19.1
Published
A Prettier configuration for formatting libraries in the Galaxy.
Maintainers
Readme
Prettier Config
A Prettier configuration for consistent code formatting.
Installation
pnpm add -D @theholocron/prettier-config prettierUsage
In your project package.json:
{
"prettier": "@theholocron/prettier-config"
}Formatting choices
- Tabs over spaces for indentation
- Semicolons at the end of statements
- Double quotes for strings
