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-config
Or install with npm
npm install @buames/prettier-config
Usage
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
3 years ago
0.0.4-next.0
3 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
4 years ago
0.0.2-next.1
4 years ago
0.0.2-next.0
4 years ago
0.0.1
4 years ago