@noclocksdev/prettier-config
v1.0.0
Published
No Clocks Prettier Shared Configuration.
Downloads
3
Readme
No Clocks Prettier Configuration
[!NOTE] This is a the No Clocks, LLC Prettier Configuration (
.prettierrc
) package. It is intended to be used in projects that use Prettier. This package is a part of the No Clocks, LLC design library's utility packages.
Installation
# npm
npm install --save-dev @noclocksdev/prettier-config
# yarn
yarn add --dev @noclocksdev/prettier-config
# pnpm
pnpm add --save-dev @noclocksdev/prettier-config
Usage
Add the following to your package.json
file:
// package.json
{
// ...
"prettier": "@noclocksdev/prettier-config"
}