@theholocron/prettier-config
v7.6.1
Published
A Prettier configuration for formatting libraries in the Galaxy.
Maintainers
Readme
Prettier Config
A Prettier configuration for consistent code formatting.
Installation
npm install --save-dev @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
