@pazetal/prettier-config
v2.0.0
Published
Common Prettier configurations
Readme
Prettier Config
Shared Prettier config file. To use this in other packages, add the following to your package.json
{
...
"prettier": "@pazetal/prettier-config",
"devDependencies": {
"@pazetal/prettier-config": "*"
}
}This package should not need to be invoked directly. Prettier should be invoked via ESLint using the eslint-config package.
