2.0.0 • Published 1 year ago
@mizdra/prettier-config-mizdra v2.0.0
@mizdra/prettier-config-mizdra
Shareable Prettier Config for @mizdra
Install
pnpm add -D @mizdra/prettier-config-mizdra prettierUsage
If you have written the prettier configuration in package.json:
{
"name": "your-app",
"version": "0.0.1",
"prettier": "@mizdra/prettier-config-mizdra"
}If you have written the prettier configuration in .prettierrc.json:
"@mizdra/prettier-config-mizdra"If you have written the prettier configuration in .prettierrc.js:
module.exports = {
...require('@mizdra/prettier-config-mizdra'),
// You can override the options of a shared prettier
// configuration in `.prettierrc.js`
semi: false,
};