0.0.5 • Published 3 years ago
@buames/prettier-config v0.0.5
@buames/prettier-config
Shared Prettier configuration. Read more on sharing prettier configurations here.
Installation
Install with yarn
yarn add --dev @buames/prettier-configOr install with npm
npm install @buames/prettier-configUsage
package.json
{
// ...
"prettier": "@buames/prettier-config"
}JSON
// .prettierrc.json
"@buames/prettier-config"JavaScript
// prettier.config.js or .prettierrc.js
module.exports = '@buames/prettier-config';Or with overrides
// prettier.config.js or .prettierrc.js
module.exports = {
...require('@buames/prettier-config'),
// ... your overrides
};0.0.5
3 years ago
0.0.4
4 years ago
0.0.4-next.0
4 years ago
0.0.3
4 years ago
0.0.3-next.0
4 years ago
0.0.2
4 years ago
0.0.2-next.2
5 years ago
0.0.2-next.1
5 years ago
0.0.2-next.0
5 years ago
0.0.1
5 years ago