@software-thing/prettier-standard-config
v1.1.1
Published
StandardJS compliant Prettier config
Maintainers
Readme
🎨 Prettier StandardJS config
This is a default configuration for Prettier to format code according to the StandardJS specification.
Installation is very simple:
yarn add -D @software-thing/prettier-standard-configThen just the configuration (the easiest way is to set it like this in your package.json):
// package.json
{
"prettier": "@software-thing/prettier-standard-config"
}